Skip to content

Commit 1e54098

Browse files
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2f7ca47 commit 1e54098

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-deployment-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-22.04
1212
name: Docker push SHA
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
- name: docker build
1616
run: docker build . -t metacpan/metacpan-api:$GITHUB_SHA
1717
- name: run Perl tests

.github/workflows/build-production-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-22.04
1212
name: Docker push latest
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
- name: docker build
1616
run: docker build . -t metacpan/metacpan-api:latest
1717
- name: Login to Docker Hub

.github/workflows/update-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: haarg/setup-git-user@v1
2424
with:
2525
jwt: ${{ steps.auth-token.outputs.jwt }}
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2727
with:
2828
token: ${{ steps.auth-token.outputs.access-token }}
2929
- name: Set up installation local::lib

0 commit comments

Comments
 (0)