Skip to content

Commit c5df45d

Browse files
authored
Merge pull request #21 from hitblast/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents e2299ca + 6261ebc commit c5df45d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/force-deploy-static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v5
3131

3232
- name: Setup Pages
3333
uses: actions/configure-pages@v5

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v5
3333
with:
3434
fetch-depth: 5
3535

0 commit comments

Comments
 (0)