Skip to content

Commit 56f5be6

Browse files
Bump actions/checkout from 4 to 5 (#164)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' 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 eb8a326 commit 56f5be6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/check_changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: (!contains(github.event.pull_request.labels.*.name, 'skip changelog'))
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717
- name: Check that CHANGELOG is touched
1818
run: |
1919
git fetch origin ${{ github.base_ref }} --depth 1 && \

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# Default stack for all Heroku apps created by Hatchet
3333
DEFAULT_APP_STACK: ${{ matrix.stack }}
3434
steps:
35-
- uses: actions/checkout@v4
35+
- uses: actions/checkout@v5
3636
- name: Install Ruby and dependencies
3737
uses: ruby/setup-ruby@v1
3838
with:
@@ -51,7 +51,7 @@ jobs:
5151
# source. I ported this as-is from the Travis config. Given we're trying to get rid of testrunner entirely,
5252
# it will stay like this. If we, for some reason, decide to keep testrunner, we should look into a fixed STACK env var.
5353
steps:
54-
- uses: actions/checkout@v4
54+
- uses: actions/checkout@v5
5555
- uses: actions/setup-java@v4
5656
with:
5757
distribution: zulu

.github/workflows/hatchet_app_cleaner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
HEROKU_DISABLE_AUTOUPDATE: 1
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323
- name: Install Ruby and dependencies
2424
uses: ruby/setup-ruby@v1
2525
with:

0 commit comments

Comments
 (0)