Skip to content

Commit 1d88852

Browse files
authored
Merge pull request #89 from IAPark/dependabot/github_actions/github-actions-76468cb07f
Bump actions/checkout from 5 to 6 in the github-actions group
2 parents d53e973 + 8b8fb76 commit 1d88852

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
ruby: ["ruby-head", "3.4", "3.3", "3.2"]
1010
runs-on: ${{ matrix.os }}
1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313
- uses: actions/cache@v4
1414
with:
1515
path: |
@@ -29,7 +29,7 @@ jobs:
2929
os: [ubuntu-latest]
3030
runs-on: ${{ matrix.os }}
3131
steps:
32-
- uses: actions/checkout@v5
32+
- uses: actions/checkout@v6
3333
- uses: ruby/setup-ruby@v1
3434
with:
3535
ruby-version: 3.4

.github/workflows/cross_compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
matrix:
2525
platform: ${{ fromJSON(needs.ci-data.outputs.result).supported-ruby-platforms }}
2626
steps:
27-
- uses: actions/checkout@v5
27+
- uses: actions/checkout@v6
2828

2929
- uses: ruby/setup-ruby@v1
3030
with:

0 commit comments

Comments
 (0)