Skip to content

Commit 4606016

Browse files
ci(deps): update actions/checkout action from v4.1.6 to v4.1.7
| datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v4.1.6 | v4.1.7 |
1 parent bcade85 commit 4606016

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ jobs:
5050
steps:
5151
- id: pr-checkout
5252
if: startsWith( needs.pre-deployment.outputs.branch, 'pull/' ) && endsWith( needs.pre-deployment.outputs.branch, '/merge' )
53-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
53+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5454
with:
5555
ref: refs/${{ env.BRANCH }}
5656

5757
- if: steps.pr-checkout.conclusion == 'skipped'
58-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
58+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5959
with:
6060
ref: ${{ env.BRANCH }}
6161

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
if: matrix.target == 'x86_64-unknown-linux-musl'
5959
run: |
6060
sudo apt-get install -y musl-tools --no-install-recommends
61-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
61+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
6262
- uses: dtolnay/rust-toolchain@master
6363
with:
6464
toolchain: stable
@@ -103,7 +103,7 @@ jobs:
103103
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
104104
GH_REPO: ${{ github.repository }}
105105
steps:
106-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
106+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
107107
with:
108108
sparse-checkout: |
109109
.github/files/build/Dockerfile

.github/workflows/publish-crates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
permissions: {}
3131
steps:
32-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
32+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3333
- uses: dtolnay/rust-toolchain@master
3434
with:
3535
toolchain: stable

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
runs-on: ubuntu-latest
141141
steps:
142142
# You have to check out your repo first.
143-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
143+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
144144
with:
145145
sparse-checkout: ""
146146
sparse-checkout-cone-mode: false

0 commit comments

Comments
 (0)