Skip to content

Commit 1acb55a

Browse files
authored
Merge pull request #33 from ruby-grape/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 3a3af34 + 835398a commit 1acb55a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.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@v5
11+
uses: actions/checkout@v6
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@v5
9+
uses: actions/checkout@v6
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
@@ -21,7 +21,7 @@ jobs:
2121
postgresql db: slack_ruby_bot_server_test
2222
postgresql user: test
2323
postgresql password: password
24-
- uses: actions/checkout@v5
24+
- uses: actions/checkout@v6
2525
- uses: ruby/setup-ruby@v1
2626
with:
2727
ruby-version: ${{ matrix.entry.ruby }}

.github/workflows/test-mongodb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
MONGOID_VERSION: ${{ matrix.entry.mongoid }}
1818
GRAPE_VERSION: ${{ matrix.entry.grape }}
1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
- uses: ruby/setup-ruby@v1
2222
with:
2323
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@v5
13+
- uses: actions/checkout@v6
1414
- uses: ruby/setup-ruby@v1
1515
with:
1616
ruby-version: ${{ matrix.entry.ruby }}

0 commit comments

Comments
 (0)