Skip to content

Commit 79e7ade

Browse files
chore(deps): update actions/checkout action to v6
1 parent 2da1291 commit 79e7ade

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/cgo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
id: go
2323

2424
- name: Check out code into the Go module directory
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
2626

2727
- name: Install make (Windows)
2828
if: runner.os == 'Windows'

.github/workflows/codeql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717

1818
- name: Initialize CodeQL
1919
uses: github/codeql-action/init@v4

.github/workflows/mysql-volumeless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
working-directory: ./mysql
1414
steps:
1515
- name: Check out code
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717

1818
- name: Build docker image from MySQL initialized DB inside container
1919
run: make build

.github/workflows/nocgo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
id: go
2323

2424
- name: Check out code into the Go module directory
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
2626

2727
- name: Install make (Windows)
2828
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)