Skip to content

Commit 878d591

Browse files
renovate[bot]hypery2k
authored andcommitted
chore(deps): update actions/checkout action to v6
1 parent 6482b58 commit 878d591

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
os: ['macos-latest', 'ubuntu-latest']
1717
python: ['3.9', '3.10', '3.11']
1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020

2121
- name: Set up Python ${{ matrix.python }}
2222
uses: actions/setup-python@v6
@@ -43,7 +43,7 @@ jobs:
4343
name: Build Container Image
4444
runs-on: ubuntu-latest
4545
steps:
46-
- uses: actions/checkout@v5
46+
- uses: actions/checkout@v6
4747

4848
- name: Write version vars
4949
id: version-vars

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
private-key: ${{ secrets.CI_PRIVATE_KEY }}
2626

2727
- name: Checkout
28-
uses: actions/checkout@v5
28+
uses: actions/checkout@v6
2929
with:
3030
fetch-depth: 0
3131
token: ${{ steps.app-token.outputs.token }}

0 commit comments

Comments
 (0)