Skip to content

Commit 361cd6a

Browse files
renovate[bot]luketainton
authored andcommitted
chore(deps): update actions/checkout action to v6 (#396)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://github.com/actions/checkout) | action | major | `v5.0.1` -> `v6.0.0` | --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v6.0.0`](https://github.com/actions/checkout/releases/tag/v6.0.0) [Compare Source](actions/checkout@v5.0.1...v6.0.0) #### What's Changed - Update README to include Node.js 24 support details and requirements by [@&#8203;salmanmkc](https://github.com/salmanmkc) in [#&#8203;2248](actions/checkout#2248) - Persist creds to a separate file by [@&#8203;ericsciple](https://github.com/ericsciple) in [#&#8203;2286](actions/checkout#2286) - v6-beta by [@&#8203;ericsciple](https://github.com/ericsciple) in [#&#8203;2298](actions/checkout#2298) - update readme/changelog for v6 by [@&#8203;ericsciple](https://github.com/ericsciple) in [#&#8203;2311](actions/checkout#2311) **Full Changelog**: <actions/checkout@v5.0.0...v6.0.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOC4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTguMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidHlwZS9kZXBlbmRlbmNpZXMiXX0=--> Reviewed-on: https://git.tainton.uk/repos/pypilot/pulls/396 Co-authored-by: renovate[bot] <renovate-bot@git.tainton.uk> Co-committed-by: renovate[bot] <renovate-bot@git.tainton.uk>
1 parent 4469b7e commit 361cd6a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.gitea/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Check out repository code
15-
uses: actions/checkout@v5.0.1
15+
uses: actions/checkout@v6.0.0
1616
with:
1717
fetch-depth: 0
1818

.gitea/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ubuntu-latest
4646
steps:
4747
- name: Check out repository code
48-
uses: actions/checkout@v5.0.1
48+
uses: actions/checkout@v6.0.0
4949
with:
5050
ref: ${{ needs.tag.outputs.tag_name }}
5151
# - name: Setup Python
@@ -125,7 +125,7 @@ jobs:
125125
REPO: ${{ gitea.repository }}
126126

127127
- name: Check out repository
128-
uses: actions/checkout@v5.0.1
128+
uses: actions/checkout@v6.0.0
129129
with:
130130
fetch-depth: 0
131131
ref: ${{ needs.tag.outputs.tag_name }}

.gitea/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Checkout repo
28-
uses: actions/checkout@v5.0.1
28+
uses: actions/checkout@v6.0.0
2929

3030
- name: Snyk
3131
uses: snyk/actions/python@master

0 commit comments

Comments
 (0)