Skip to content

Commit bab4fd3

Browse files
chore(deps): update actions/checkout action to v4
1 parent 3bf8e0d commit bab4fd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747
needs: test
4848
steps:
49-
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
49+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
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@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
59+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
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)