Skip to content

Commit 6504222

Browse files
authored
Merge pull request #77 from pactflow/gh-renovate/actions-checkout-4.x
chore(deps): update actions/checkout action to v4
2 parents 1a05374 + ecd6fb2 commit 6504222

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
20+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2121
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
2222
with:
2323
node-version: "14"
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
needs: test
3737
steps:
38-
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
38+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3939
- name: Can I deploy?
4040
run: BRANCH=${GIT_REF:11} make can_i_deploy
4141

@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
needs: can-i-deploy
4646
steps:
47-
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
47+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4848
- name: Deploy
4949
run: BRANCH=${GIT_REF:11} make deploy
5050
# if: github.ref == 'refs/heads/main' # note this is set in our Makefile

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
timeout-minutes: 60
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
11+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1212
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
1313
with:
1414
node-version: '14.x'

.github/workflows/test_pact_cli_tools_cross_os.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
PACT_CLI_STANDALONE_VERSION: ${{ needs.setup.outputs.PACT_CLI_STANDALONE_VERSION}}
7575
steps:
7676
- name: ⬇️ Checkout Repository
77-
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
77+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
7878
- name: 🚨 Setup Ruby
7979
uses: ruby/setup-ruby@v1
8080
if: ${{ (env.PACT_TOOL == 'ruby_cli' || env.PACT_TOOL == 'ruby_standalone') && runner.os == 'Linux' }}

0 commit comments

Comments
 (0)