Skip to content

Commit bc1c544

Browse files
Update actions/checkout action to v5
1 parent 24888ab commit bc1c544

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
# Checkout the repo
1818
- name: 'Checkout'
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020
with:
2121
fetch-depth: 0
2222

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: "Checkout source code at current commit"
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414
- name: Prepare tags for Docker image
1515
if: (github.event_name == 'release' && github.event.action == 'created') || github.event.pull_request.head.repo.full_name == github.repository
1616
id: prepare

.github/workflows/validate-codeowners.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: "Checkout source code at current commit"
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313
# Leave pinned at 0.7.1 until https://github.com/mszostok/codeowners-validator/issues/173 is resolved
1414
- uses: mszostok/codeowners-validator@v0.7.1
1515
if: github.event.pull_request.head.repo.full_name == github.repository

0 commit comments

Comments
 (0)