Skip to content

Commit 4616b58

Browse files
chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 (#1511)
1 parent ff95209 commit 4616b58

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v6.0.2
21+
uses: actions/checkout@v6.0.3
2222

2323
- name: Build
2424
uses: ./.github/actions/build
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ubuntu-latest
5555
steps:
5656
- name: Checkout
57-
uses: actions/checkout@v6.0.2
57+
uses: actions/checkout@v6.0.3
5858

5959
- name: Check GoReleaser
6060
uses: goreleaser/goreleaser-action@v7.2.2

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
goreleaser:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v6.0.2
21+
- uses: actions/checkout@v6.0.3
2222
with:
2323
# Allow goreleaser to access older tag information.
2424
fetch-depth: 0

.github/workflows/tf-acc-test.yaml

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@v6.0.2
15+
uses: actions/checkout@v6.0.3
1616
- name: Install project tools and dependencies
1717
run: make project-tools
1818
- name: Run tests

0 commit comments

Comments
 (0)