Skip to content

Commit 00ea6f7

Browse files
authored
Merge pull request #82 from IAPark/dependabot/github_actions/github-actions-a331d3ec2d
Bump actions/checkout from 4 to 5 in the github-actions group
2 parents 08b70fe + c1fae2a commit 00ea6f7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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@v4
12+
- uses: actions/checkout@v5
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@v4
32+
- uses: actions/checkout@v5
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@v4
27+
- uses: actions/checkout@v5
2828

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

0 commit comments

Comments
 (0)