Skip to content

Commit 4f51281

Browse files
Update actions/checkout action to v4.2.0
1 parent f6fa3a4 commit 4f51281

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v4.1.7
33+
uses: actions/checkout@v4.2.0
3434
with:
3535
lfs: true
3636

.github/workflows/manual.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ jobs:
1818
##########################################################################################
1919
# Checkout
2020
- name: Checkout Repo
21-
uses: actions/checkout@v4.1.7
21+
uses: actions/checkout@v4.2.0
2222
with:
2323
lfs: true
2424

2525
##########################################################################################
2626
# Setup SDK
2727
- name: Checkout Build Tools
28-
uses: actions/checkout@v4.1.7
28+
uses: actions/checkout@v4.2.0
2929
with:
3030
repository: flashflashrevolution/rCubed-build-tools
3131
path: "tools"

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ jobs:
3434
##########################################################################################
3535
# Checkout
3636
- name: Checkout
37-
uses: actions/checkout@v4.1.7
37+
uses: actions/checkout@v4.2.0
3838
with:
3939
lfs: true
4040

4141
##########################################################################################
4242
# Setup SDK
4343
- name: Checkout Build Tools
44-
uses: actions/checkout@v4.1.7
44+
uses: actions/checkout@v4.2.0
4545
with:
4646
repository: flashflashrevolution/rCubed-build-tools
4747
path: "tools"

0 commit comments

Comments
 (0)