-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(deps): update actions/checkout action to v4.2.2
- Loading branch information
1 parent
dc6c3a1
commit c695775
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -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 | ||
|
@@ -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: | ||
|