Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 4, 2024
1 parent 2e6e472 commit 8ad21e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
packages: read

steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7

- name: Cache dependencies
uses: actions/[email protected]
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
containers: [1, 2, 3, 4, 5, 6] # Use 6 parallel instances as per Cypress Cloud recommendation
steps:
- name: Checkout
uses: actions/[email protected].6
uses: actions/[email protected].7

- name: Run cypress
uses: cypress-io/[email protected]
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/[email protected].6
uses: actions/[email protected].7

- name: Set up QEMU
uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0
Expand Down

0 comments on commit 8ad21e8

Please sign in to comment.