Skip to content

Commit 64e6722

Browse files
chore(deps): update actions/checkout digest to 93cb6ef (#206)
Ref: PACT-445 Co-authored-by: pactflow-renovate-bot[bot] <186667433+pactflow-renovate-bot[bot]@users.noreply.github.com>
1 parent 362b8b4 commit 64e6722

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
@@ -25,7 +25,7 @@ jobs:
2525
# 'pactflow-example-bi-directional-provider-dotnet'
2626
]
2727
steps:
28-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
28+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2929
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
3030
with:
3131
node-version: "14"
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ubuntu-latest
4646
needs: test
4747
steps:
48-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
48+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
4949
- run: docker pull pactfoundation/pact-cli:latest
5050
- name: Can I deploy?
5151
run: GIT_BRANCH=${GIT_REF:11} make can_i_deploy
@@ -55,7 +55,7 @@ jobs:
5555
runs-on: ubuntu-latest
5656
needs: can-i-deploy
5757
steps:
58-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
58+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
5959
- run: docker pull pactfoundation/pact-cli:latest
6060
- name: Deploy
6161
run: GIT_BRANCH=${GIT_REF:11} make deploy

0 commit comments

Comments
 (0)