Skip to content

Commit 6c7c06e

Browse files
Bump actions/checkout from 2 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e7d3519 commit 6c7c06e

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/danger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
BUNDLE_GEMFILE: ${{ github.workspace }}/Gemfile.danger
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@v5
1212
with:
1313
fetch-depth: 0
1414
- name: Set up Ruby

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Checkout
9-
uses: actions/checkout@v4
9+
uses: actions/checkout@v5
1010
- name: Set up Ruby
1111
uses: ruby/setup-ruby@v1
1212
with:

.github/workflows/test-activerecord.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
postgresql db: slack_ruby_bot_server_test
2020
postgresql user: test
2121
postgresql password: password
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v5
2323
- uses: ruby/setup-ruby@v1
2424
with:
2525
ruby-version: ${{ matrix.entry.ruby }}

.github/workflows/test-mongodb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
MONGOID_VERSION: ${{ matrix.entry.mongoid }}
1414
GRAPE_VERSION: ${{ matrix.entry.grape }}
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v5
1717
- uses: ruby/setup-ruby@v1
1818
with:
1919
ruby-version: ${{ matrix.entry.ruby }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- { ruby: 3.4 }
1111
name: test (ruby=${{ matrix.entry.ruby }})
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v5
1414
- uses: ruby/setup-ruby@v1
1515
with:
1616
ruby-version: ${{ matrix.entry.ruby }}

0 commit comments

Comments
 (0)