Skip to content

Commit 474e8e2

Browse files
Bump actions/checkout from 6.0.1 to 6.0.2 in the dependencies group
Bumps the dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a0065ba commit 474e8e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: 📦 Checkout
33-
uses: actions/checkout@v6.0.1
33+
uses: actions/checkout@v6.0.2
3434
with:
3535
fetch-depth: 0
3636
ref: ${{ github.ref }}
@@ -101,7 +101,7 @@ jobs:
101101
runs-on: ubuntu-latest
102102
steps:
103103
- name: Checkout
104-
uses: actions/checkout@v6.0.1
104+
uses: actions/checkout@v6.0.2
105105

106106
- name: 📁 Preparing the artifact Unbound
107107
run: |
@@ -143,7 +143,7 @@ jobs:
143143

144144
steps:
145145
- name: 📦 Checkout
146-
uses: actions/checkout@v6.0.1
146+
uses: actions/checkout@v6.0.2
147147

148148
- name: 📦 Download artifact
149149
uses: actions/download-artifact@v7.0.0

0 commit comments

Comments
 (0)