Skip to content

Commit f221f80

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

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
@@ -27,7 +27,7 @@ jobs:
2727
# 'pactflow-example-bi-directional-provider-dotnet'
2828
]
2929
steps:
30-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
30+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3131
- name: Set up JDK 17
3232
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4
3333
with:
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-latest
4848
needs: test
4949
steps:
50-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
50+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
5151
- run: docker pull pactfoundation/pact-cli:latest
5252
- name: Can I deploy?
5353
run: GIT_BRANCH=${GIT_REF:11} make can_i_deploy
@@ -57,7 +57,7 @@ jobs:
5757
runs-on: ubuntu-latest
5858
needs: can-i-deploy
5959
steps:
60-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
60+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
6161
- run: docker pull pactfoundation/pact-cli:latest
6262
- name: Deploy
6363
run: GIT_BRANCH=${GIT_REF:11} make deploy

0 commit comments

Comments
 (0)