Skip to content

Commit ad4cc7f

Browse files
Update actions/checkout action to v6
1 parent e57179c commit ad4cc7f

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.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@v5.0.0
35+
uses: actions/checkout@v6.0.1
3636
with:
3737
lfs: true
3838

3939
##########################################################################################
4040
# Setup SDK
4141
- name: Checkout Build Tools
42-
uses: actions/checkout@v5.0.0
42+
uses: actions/checkout@v6.0.1
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@v5.0.0
21+
uses: actions/checkout@v6.0.1
2222
with:
2323
lfs: true
2424

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

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

0 commit comments

Comments
 (0)