Skip to content

Commit f55928f

Browse files
chore(deps): update actions/checkout action to v5
1 parent a4f76e0 commit f55928f

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
11+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
53+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
87+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
8888

8989
- name: Install uv
9090
uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6

.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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
15+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.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)