Skip to content

Commit 460f4b1

Browse files
authored
Merge pull request #19 from TerraFirmaGreg-Team/dependabot/github_actions/dependencies-e6ee9d7de3
Bump actions/checkout from 6.0.1 to 6.0.2 in the dependencies group
2 parents a0065ba + 474e8e2 commit 460f4b1

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)