Skip to content

Commit 24e991a

Browse files
authored
Update actions/checkout to v2 (#78)
* Update actions/checkout to v2 * Update actions/checkout to v2 * Update actions/checkout to v2
1 parent 5a228df commit 24e991a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/continuous-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- 2.6
2323
- 2.7
2424
steps:
25-
- uses: actions/checkout@v1
25+
- uses: actions/checkout@v2
2626
- uses: ruby/setup-ruby@v1
2727
with:
2828
ruby-version: ${{ matrix.ruby }}

.github/workflows/continuous-monitoring.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout Repository
13-
uses: actions/checkout@v1
13+
uses: actions/checkout@v2
1414

1515
- name: Configure AWS Credentials
1616
uses: aws-actions/configure-aws-credentials@v1

.github/workflows/release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
release:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v1
15+
- uses: actions/checkout@v2
1616
- uses: ruby/setup-ruby@v1
1717
with:
1818
ruby-version: 2.7

0 commit comments

Comments
 (0)