Skip to content

Commit

Permalink
ci(deps): update actions/checkout action to v4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 25, 2024
1 parent df32893 commit 250b409
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:
cancel-in-progress: true
steps:
- name: Checkout
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
path: 'action'
- name: Checkout test repo
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
with:
repository: ${{ matrix.test[0] }}
path: 'target'
Expand All @@ -71,7 +71,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
with:
token: ${{ secrets.DEPLOYMENT_TOKEN }}
- name: Semantic Release
Expand Down

0 comments on commit 250b409

Please sign in to comment.