WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 768a550

Browse files
chore(deps): update actions/checkout action to v5 (#557)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9d21d7c commit 768a550

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
token: ${{ secrets.GITHUB_TOKEN }}
2020
config-file: .github/release-please-config.json
2121
manifest-file: .github/release-please-manifest.json
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
- name: tag major and minor versions
2424
if: ${{ steps.release.outputs.release_created }}
2525
run: |

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: Shellcheck
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727
- name: Run ShellCheck
2828
uses: ludeeus/action-shellcheck@master
2929
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- name: Install tmux
2828
run: sudo apt update && sudo apt install -y --allow-downgrades tmux=3.4-1build1
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030
- name: Run Tests
3131
shell: bash
3232
run: |

0 commit comments

Comments
 (0)