Skip to content

Commit

Permalink
chore(deps): update actions/checkout digest to ee0669b
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 22, 2024
1 parent bb10988 commit 3400815
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout Source Files
uses: actions/checkout@dc323e67f16fb5f7663d20ff7941f27f5809e9b6 # v2
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2

- name: Install modules
run: npm ci
Expand All @@ -37,7 +37,7 @@ jobs:
echo "CYPRESS_INSTALL_BINARY=6.0.0" >> $GITHUB_ENV
- name: Checkout
uses: actions/checkout@dc323e67f16fb5f7663d20ff7941f27f5809e9b6 # v2
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2

- name: Cypress run
uses: cypress-io/github-action@v2
Expand All @@ -58,7 +58,7 @@ jobs:

steps:
- name: Checkout Source Files
uses: actions/checkout@dc323e67f16fb5f7663d20ff7941f27f5809e9b6 # v2
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2

- name: Install modules
run: npm ci
Expand Down

0 comments on commit 3400815

Please sign in to comment.