Skip to content

Commit 83fe02c

Browse files
authored
Merge pull request #17 from HistoryAtState/dependabot/github_actions/actions/checkout-5
chore(gha): bump actions/checkout from 4 to 5
2 parents 3a7313b + ae6d312 commit 83fe02c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
# Checkout code
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828
- name: Install Test Dependencies
2929
run: |
3030
sudo apt-get update
@@ -67,7 +67,7 @@ jobs:
6767
if: github.ref == 'refs/heads/master'
6868
steps:
6969
- name: Checkout
70-
uses: actions/checkout@v4
70+
uses: actions/checkout@v5
7171
with:
7272
persist-credentials: false
7373
- name: Setup Node.js

0 commit comments

Comments
 (0)