Skip to content

Commit f63cb48

Browse files
authored
Merge pull request #4 from SINDAN/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 717c595 + 8ab04e8 commit f63cb48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414
- name: Setup Ruby
1515
uses: ruby/setup-ruby@v1
1616
with:

.github/workflows/jekyll.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- name: Checkout
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v5
3636
- name: Setup Ruby
3737
uses: ruby/setup-ruby@v1
3838
with:

0 commit comments

Comments
 (0)