Skip to content

Commit b0275d5

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# "pactflow-example-provider",
2525
]
2626
steps:
27-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
27+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2828
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2929
with:
3030
node-version: "22"
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
needs: test
4646
steps:
47-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
47+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
4848
- run: docker pull pactfoundation/pact-cli:latest
4949
- name: Can I deploy?
5050
run: GIT_BRANCH=${GIT_REF:11} make can_i_deploy
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ubuntu-latest
5555
needs: can-i-deploy
5656
steps:
57-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
57+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
5858
- run: docker pull pactfoundation/pact-cli:latest
5959
- name: Deploy
6060
run: GIT_BRANCH=${GIT_REF:11} make deploy

0 commit comments

Comments
 (0)