Skip to content

Commit 732f378

Browse files
authored
Merge pull request #1 from ursm/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 515e5f7 + 68730a0 commit 732f378

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
contents: write
1414

1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717

1818
- uses: ruby/setup-ruby@v1
1919
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
RAILS_VERSION: ${{ matrix.rails }}
2020

2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v6
2323

2424
- uses: ruby/setup-ruby@v1
2525
with:

0 commit comments

Comments
 (0)