Skip to content

Commit 508bfcc

Browse files
chore(deps): update actions/checkout action to v7
Ref: PACT-445
1 parent 4361be7 commit 508bfcc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
test:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
20+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
2121
- name: Test (ruby standalone - docker)
2222
run: GIT_BRANCH=${GITHUB_REF:11} make test
2323
- name: Test (native standalone - docker)
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
needs: test
3030
steps:
31-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
31+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
3232
- run: docker pull pactfoundation/pact-cli:latest
3333
- name: Can I deploy?
3434
run: GIT_BRANCH=${GITHUB_REF:11} make can_i_deploy
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
needs: can-i-deploy
4040
steps:
41-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
41+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
4242
- run: docker pull pactfoundation/pact-cli:latest
4343
- name: Deploy
4444
run: GIT_BRANCH=${GITHUB_REF:11} make deploy

.github/workflows/verify_changed_pact.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
verify-changed-pact:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
20+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
2121
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
2222
with:
2323
python-version: '3.14'

0 commit comments

Comments
 (0)