Skip to content

Commit 8364a01

Browse files
authored
Merge pull request #4 from actcoding/dependabot/github_actions/dot-github/workflows/actions/checkout-6
chore(deps): bump actions/checkout from 4 to 6 in /.github/workflows
2 parents 652a9f1 + bb96c73 commit 8364a01

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616

1717
- uses: actions/setup-go@v5
1818

@@ -37,7 +37,7 @@ jobs:
3737
test:
3838
runs-on: ubuntu-latest
3939
steps:
40-
- uses: actions/checkout@v4
40+
- uses: actions/checkout@v6
4141

4242
- uses: actions/setup-go@v5
4343

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
BUILD_VERSION: ${{ github.ref_name }}
1515
OUT_ARCHIVE: "${{ github.event.repository.name }}-${{ github.ref_name }}"
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818

1919
- name: Set up Go
2020
uses: actions/setup-go@v5

0 commit comments

Comments
 (0)