Skip to content

Commit

Permalink
ci(deps): update actions/checkout action to v4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 23, 2024
1 parent dc6c3a1 commit c695775
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
# Checkout the repository
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2
- name: Check the simulations on CI
uses: DanySK/[email protected]
with:
Expand All @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
ref: ${{ github.head_ref }}
- name: Update readme
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
)
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2
- name: Install Node
uses: actions/[email protected]
with:
Expand Down

0 comments on commit c695775

Please sign in to comment.