Skip to content

Commit 23eff48

Browse files
authored
Merge pull request #563 from HistoryAtState/dependabot/github_actions/actions/checkout-6
chore(gha): bump actions/checkout from 5 to 6
2 parents bccf768 + 598a0ed commit 23eff48

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
@@ -11,7 +11,7 @@ jobs:
1111
commitlint:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
- uses: actions/setup-node@v6
1616
with:
1717
node-version: '22'
@@ -37,7 +37,7 @@ jobs:
3737

3838
steps:
3939
# Checkout code
40-
- uses: actions/checkout@v5
40+
- uses: actions/checkout@v6
4141
- name: Install Test Dependencies
4242
run: |
4343
sudo apt-get update
@@ -99,7 +99,7 @@ jobs:
9999
if: github.ref == 'refs/heads/master'
100100
steps:
101101
- name: Checkout
102-
uses: actions/checkout@v5
102+
uses: actions/checkout@v6
103103
with:
104104
persist-credentials: false
105105
- name: Setup Java

0 commit comments

Comments
 (0)