Skip to content

Commit

Permalink
Update actions/checkout action to v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 25, 2024
1 parent f6fa3a4 commit 4f51281
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
lfs: true

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
##########################################################################################
# Checkout
- name: Checkout Repo
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
lfs: true

##########################################################################################
# Setup SDK
- name: Checkout Build Tools
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
repository: flashflashrevolution/rCubed-build-tools
path: "tools"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ jobs:
##########################################################################################
# Checkout
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
lfs: true

##########################################################################################
# Setup SDK
- name: Checkout Build Tools
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
repository: flashflashrevolution/rCubed-build-tools
path: "tools"
Expand Down

0 comments on commit 4f51281

Please sign in to comment.