Skip to content

Commit 994a75f

Browse files
authored
Merge pull request #1197 from metacpan/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 2f7ca47 + 1e54098 commit 994a75f

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)