Skip to content

Commit 481973e

Browse files
chore(deps): update actions/checkout action to v5
Ref: PACT-445
1 parent 90d5943 commit 481973e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
Test:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
19+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2020
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2121
with:
2222
node-version: '22'
@@ -33,12 +33,12 @@ jobs:
3333
continue-on-error: true
3434
steps:
3535
- run: docker pull pactfoundation/pact-cli:latest
36-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
36+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3737
- name: Check if verification exists
3838
# Raises an error and does not continue if the verification already exists
3939
# Because continue-on-error is set to true, this will not fail the overall build however
4040
run: "! make check_if_successfull_verification_exists"
41-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
41+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
4242
with:
4343
repository: pactflow/example-provider
4444
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
@@ -62,7 +62,7 @@ jobs:
6262
runs-on: ubuntu-latest
6363
needs: Verify
6464
steps:
65-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
65+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
6666
- run: docker pull pactfoundation/pact-cli:latest
6767
- name: Can I deploy?
6868
run: make can_i_deploy
@@ -73,7 +73,7 @@ jobs:
7373
runs-on: ubuntu-latest
7474
needs: Can-I-Deploy
7575
steps:
76-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
76+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
7777
- run: docker pull pactfoundation/pact-cli:latest
7878
- name: Deploy
7979
run: GIT_BRANCH=${GITHUB_REF:11} make deploy

0 commit comments

Comments
 (0)