Skip to content

Commit 3170d7f

Browse files
chore(deps): update actions/checkout digest to 08eba0b
Ref: PACT-445
1 parent f2d235b commit 3170d7f

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
@@ -15,7 +15,7 @@ jobs:
1515
test:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
18+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1919
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2020
with:
2121
node-version: "22"
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
needs: test
3333
steps:
34-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
34+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
3535
- run: docker pull pactfoundation/pact-cli:latest
3636
- name: Can I deploy?
3737
run: GIT_BRANCH=${GIT_REF:11} make can_i_deploy
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
needs: can-i-deploy
4343
steps:
44-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
44+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
4545
- run: docker pull pactfoundation/pact-cli:latest
4646
- name: Deploy
4747
run: GIT_BRANCH=${GIT_REF:11} make deploy

0 commit comments

Comments
 (0)