Skip to content

Commit 7f7db9c

Browse files
authored
Merge pull request #3 from basecamp/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents f5ce8c0 + 1a1e737 commit 7f7db9c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
RUBOCOP_CACHE_ROOT: tmp/rubocop
1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717

1818
- name: Set up Ruby
1919
uses: ruby/setup-ruby@v1
@@ -45,7 +45,7 @@ jobs:
4545
# options: --health-cmd "redis-cli ping" --health-interval 10s --health-timeout 5s --health-retries 5
4646
steps:
4747
- name: Checkout code
48-
uses: actions/checkout@v5
48+
uses: actions/checkout@v6
4949

5050
- name: Set up Ruby
5151
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)