Skip to content

Commit 032c4c0

Browse files
chore(deps): update actions/checkout action to v6
1 parent 45602ee commit 032c4c0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Check for required changelogs
99
if: ${{ !contains(github.event.head_commit.author, 'renovate') }}
1010
steps:
11-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
11+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
1212
with:
1313
fetch-depth: 0 # fetch all history
1414

@@ -50,7 +50,7 @@ jobs:
5050
- 5432:5432
5151

5252
steps:
53-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
53+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
5454
with:
5555
fetch-depth: 0 # fetch all history
5656

@@ -84,7 +84,7 @@ jobs:
8484
runs-on: ubuntu-24.04
8585
if: startsWith(github.ref, 'refs/tags/')
8686
steps:
87-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
87+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
8888

8989
- name: Install uv
9090
uses: astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7

.github/workflows/renovate.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: Checkout
15-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
15+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
1616

1717
- name: Apt install
1818
run: sudo apt-get update && sudo apt-get install -y libxmlsec1-dev

0 commit comments

Comments
 (0)