Skip to content

Commit a511bbb

Browse files
Update actions/checkout action to v5 (#396)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 523e821 commit a511bbb

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ jobs:
3232
##########################################################################################
3333
# Checkout
3434
- name: Checkout
35-
uses: actions/checkout@v4.3.0
35+
uses: actions/checkout@v5.0.0
3636
with:
3737
lfs: true
3838

3939
##########################################################################################
4040
# Setup SDK
4141
- name: Checkout Build Tools
42-
uses: actions/checkout@v4.3.0
42+
uses: actions/checkout@v5.0.0
4343
with:
4444
repository: flashflashrevolution/rCubed-build-tools
4545
path: "tools"

.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.3.0
21+
uses: actions/checkout@v5.0.0
2222
with:
2323
lfs: true
2424

2525
##########################################################################################
2626
# Setup SDK
2727
- name: Checkout Build Tools
28-
uses: actions/checkout@v4.3.0
28+
uses: actions/checkout@v5.0.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.3.0
37+
uses: actions/checkout@v5.0.0
3838
with:
3939
lfs: true
4040

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

0 commit comments

Comments
 (0)