Skip to content

Commit

Permalink
Merge pull request #557 from ruby/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…heckout-4.1.3

Bump actions/checkout from 4.1.2 to 4.1.3
  • Loading branch information
matzbot committed Apr 22, 2024
2 parents 7c50a0b + 50c2dae commit d139de6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v3.3.0
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v3.3.0
- uses: ruby/setup-ruby@5f19ec79cedfadb78ab837f95b87734d0003c899 # v1.173.0
with:
ruby-version: '3.0'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
- name: Setup Ruby
uses: ruby/setup-ruby@5f19ec79cedfadb78ab837f95b87734d0003c899 # v1.139.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v3.3.0
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v3.3.0
- uses: ruby/setup-ruby@5f19ec79cedfadb78ab837f95b87734d0003c899 # v1.173.0
with:
ruby-version: '3.0'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
- os: windows-latest
ruby: jruby
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v3.3.0
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v3.3.0
- uses: ruby/setup-ruby@5f19ec79cedfadb78ab837f95b87734d0003c899 # v1.173.0
with:
ruby-version: ${{ matrix.ruby }}
Expand Down

0 comments on commit d139de6

Please sign in to comment.