Skip to content

Commit ab72f55

Browse files
Bump actions/checkout from 2 to 4 (#506)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4596a6c commit ab72f55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-legacy-compilers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }}
4646
SSH_PASS: ${{ secrets.SSH_PASS }}
4747
- name: Checkout Source
48-
uses: actions/checkout@v2
48+
uses: actions/checkout@v4
4949
- name: Activate Ruby 2.7
5050
uses: ruby/setup-ruby@v1
5151
with:

.github/workflows/test-legacy-upgrade.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }}
4646
SSH_PASS: ${{ secrets.SSH_PASS }}
4747
- name: Checkout Source
48-
uses: actions/checkout@v2
48+
uses: actions/checkout@v4
4949
- name: Activate Ruby 2.7
5050
uses: ruby/setup-ruby@v1
5151
with:

0 commit comments

Comments
 (0)