Skip to content

Commit 1e8db3f

Browse files
authored
Merge pull request #53 from fac/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents a0920f5 + 5902b88 commit 1e8db3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release_gem.yml

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

1717
steps:
1818
# Build the gem package
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020
- uses: ruby/setup-ruby@v1
2121
with:
2222
bundler-cache: true

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Run tests
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v5
11+
- uses: actions/checkout@v6
1212
- name: Set up Ruby
1313
uses: ruby/setup-ruby@v1
1414
with:

0 commit comments

Comments
 (0)