Skip to content

Commit

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

Bump actions/checkout from 2 to 3
  • Loading branch information
hsbt authored Nov 29, 2022
2 parents f8b2486 + d484f25 commit ba1e8f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- { os: windows-latest , ruby: debug }

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up Ruby
uses: ruby/setup-ruby@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- { os: windows-latest , ruby: debug }

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up Ruby
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit ba1e8f1

Please sign in to comment.