Skip to content

Commit ac750b5

Browse files
authored
Merge pull request #514 from philips-software/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents f1bc4db + 28bb349 commit ac750b5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Checkout repository
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v5
3434
with:
3535
# We must fetch at least the immediate parents so that if this is
3636
# a pull request then we can checkout the head.

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
username: ${{ secrets.HSDP_DOCKER_USERNAME }}
3131
password: ${{ secrets.HSDP_DOCKER_PASSWORD }}
3232
-
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v5
3434
-
3535
name: Build logproxy
3636
uses: docker/build-push-action@v6

.github/workflows/docker_tagged.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
password: ${{ secrets.GITHUB_TOKEN }}
3737
-
3838
name: Checkout repository
39-
uses: actions/checkout@v4
39+
uses: actions/checkout@v5
4040
with:
4141
# We must fetch at least the immediate parents so that if this is
4242
# a pull request then we can checkout the head.

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: golint
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- uses: actions/setup-go@v5
1818
with:
1919
go-version: '^1.18.0'

0 commit comments

Comments
 (0)