Skip to content

Commit 08606c2

Browse files
authored
Merge pull request #149 from philips-labs/dependabot/github_actions/actions/checkout-5
build(deps): bump actions/checkout from 4 to 5
2 parents f22e5c4 + ff9f16d commit 08606c2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/images.yml

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

2020
steps:
2121
- name: Check out the repo
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323

2424
- name: Log in to the Container registry
2525
uses: docker/login-action@v3

.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: lint
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- name: golangci-lint
1818
uses: golangci/golangci-lint-action@v9
1919
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
go: [ '1.23', '1.24' ]
1616
name: Go ${{ matrix.go }} test
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
- name: Setup go
2020
uses: actions/setup-go@v6.0.0
2121
with:

0 commit comments

Comments
 (0)