Skip to content

Commit

Permalink
Update actions/checkout action to v4.1.5 (#382)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 9, 2024
1 parent 06dcc24 commit ffc6e14
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.3
uses: actions/checkout@v4.1.5
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.3
uses: actions/checkout@v4.1.5
with:
lfs: true

##########################################################################################
# Setup SDK
- name: Checkout Build Tools
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.5
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.3
uses: actions/checkout@v4.1.5
with:
lfs: true

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

0 comments on commit ffc6e14

Please sign in to comment.