Skip to content

Commit e1ef979

Browse files
chore(deps): update actions/checkout digest to 93cb6ef (#312)
Ref: PACT-445 Co-authored-by: pactflow-renovate-bot[bot] <186667433+pactflow-renovate-bot[bot]@users.noreply.github.com>
1 parent 514e1bc commit e1ef979

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
20+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2121
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
2222
with:
2323
node-version: "24"
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434
needs: test
3535
steps:
36-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
36+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
3737
- name: Can I deploy?
3838
run: BRANCH=${GIT_REF:11} make can_i_deploy
3939

@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
needs: can-i-deploy
4444
steps:
45-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
45+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
4646
- name: Deploy
4747
run: BRANCH=${GIT_REF:11} make deploy
4848
# if: github.ref == 'refs/heads/main' # note this is set in our Makefile

.github/workflows/test_pact_cli_tools_cross_os.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
PACT_CLI_STANDALONE_VERSION: ${{ needs.setup.outputs.PACT_CLI_STANDALONE_VERSION}}
8989
steps:
9090
- name: ⬇️ Checkout Repository
91-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
91+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
9292
- name: 🚨 Setup Ruby
9393
uses: ruby/setup-ruby@v1
9494
if: ${{ (env.PACT_TOOL == 'ruby_cli' || env.PACT_TOOL == 'ruby_standalone') && runner.os == 'Linux' }}

0 commit comments

Comments
 (0)