Skip to content

Commit b503325

Browse files
dependabot[bot]hsbt
authored andcommitted
Bump actions/checkout from 6.0.0 to 6.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v6...v6.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 65c7f51 commit b503325

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/libyaml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- name: Install libraries
2929
run: sudo apt install haveged
30-
- uses: actions/[email protected].0
30+
- uses: actions/[email protected].1
3131
- name: Set up Ruby
3232
uses: ruby/setup-ruby@v1
3333
with:

.github/workflows/push_gem.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
egress-policy: audit
3333

34-
- uses: actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5 # v5.0.1
34+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v5.0.1
3535

3636
- name: Set up Ruby
3737
uses: ruby/setup-ruby@d5126b9b3579e429dd52e51e68624dda2e05be25 # v1.267.0

.github/workflows/sync-ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
if: ${{ github.repository_owner == 'ruby' }}
1010
steps:
11-
- uses: actions/[email protected].0
11+
- uses: actions/[email protected].1
1212

1313
- name: Create GitHub App token
1414
id: app-token

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# CRuby < 2.6 does not support macos-arm64
4343
- { os: macos-latest, ruby: 2.5 }
4444
steps:
45-
- uses: actions/[email protected].0
45+
- uses: actions/[email protected].1
4646
- name: Set up Ruby
4747
uses: ruby/setup-ruby-pkgs@v1
4848
with:
@@ -74,7 +74,7 @@ jobs:
7474
- os: ubuntu-24.04-ppc64le
7575
- os: ubuntu-24.04-s390x
7676
steps:
77-
- uses: actions/[email protected].0
77+
- uses: actions/[email protected].1
7878
- name: Set up Ruby
7979
run: |
8080
sudo apt-get update

0 commit comments

Comments
 (0)