Skip to content

Commit 0e8bf7f

Browse files
chore(deps): update actions/checkout action to v6
1 parent 17b1588 commit 0e8bf7f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-container.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: Checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v6
2323

2424
- name: Set up Docker Buildx
2525
uses: docker/setup-buildx-action@v2

.github/workflows/test.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
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v6
1414

1515
- name: Set up Go
1616
uses: actions/setup-go@v4

0 commit comments

Comments
 (0)