Skip to content

Commit f6a457d

Browse files
chore(deps): update actions/checkout action to v5
Ref: PACT-445
1 parent c99824c commit f6a457d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
test:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
20+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2121
- name: Set up JDK 17
2222
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4
2323
with:
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
needs: test
3333
steps:
34-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
34+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3535
- run: docker pull pactfoundation/pact-cli:latest
3636
- name: Can I deploy?
3737
run: GIT_BRANCH=${GITHUB_REF:11} make can_i_deploy
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
needs: can-i-deploy
4343
steps:
44-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
44+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
4545
- run: docker pull pactfoundation/pact-cli:latest
4646
- name: Deploy
4747
run: GIT_BRANCH=${GITHUB_REF:11} make deploy

.github/workflows/contract_requiring_verification_published.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: checkout default branch if user manually provides pact URL
31-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
31+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3232
if: ${{ github.event.inputs.PACT_URL }}
3333
- name: checkout specific SHA if webhook provides pact URL
34-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
34+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3535
if: ${{ github.event.client_payload.pact_url }}
3636
with:
3737
ref: ${{env.GIT_COMMIT}}

0 commit comments

Comments
 (0)