Skip to content
This repository was archived by the owner on Apr 12, 2025. It is now read-only.

Commit 276a5b7

Browse files
Update actions/checkout action to v3 (#17)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b42ce62 commit 276a5b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
ruby_version: ["2.7"]
1717
steps:
1818
- name: Checkout Repository
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v3
2020
- name: "Set up Ruby ${{ matrix.ruby_version }}"
2121
uses: ruby/setup-ruby@v1
2222
with:

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
ruby-version: ['2.6', '2.7', '3.0', '3.1']
1616

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v3
1919
- name: Set up Ruby
2020
uses: ruby/setup-ruby@v1
2121
with:

0 commit comments

Comments
 (0)