Skip to content

Commit d23d1ea

Browse files
chore(deps): update actions/checkout action to v5
Ref: PACT-445
1 parent 9d47f22 commit d23d1ea

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
@@ -14,7 +14,7 @@ jobs:
1414
test:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1818
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
1919
with:
2020
python-version: "3.13"
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747
needs: test
4848
steps:
49-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
49+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
5050
- run: docker pull pactfoundation/pact-cli:latest
5151
- name: Can I deploy?
5252
run: GIT_BRANCH=${GIT_REF:11} make can_i_deploy
@@ -56,7 +56,7 @@ jobs:
5656
runs-on: ubuntu-latest
5757
needs: can-i-deploy
5858
steps:
59-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
59+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
6060
- run: docker pull pactfoundation/pact-cli:latest
6161
- name: Deploy
6262
run: GIT_BRANCH=${GIT_REF:11} make deploy

0 commit comments

Comments
 (0)