Skip to content

Commit a56c0f8

Browse files
chore(deps): update actions/checkout action to v6
Ref: PACT-445
1 parent 5009c00 commit a56c0f8

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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
27+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
2828
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
2929
with:
3030
node-version: "24"
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
needs: test
4646
steps:
47-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
47+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
57+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
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)