Skip to content

Commit 5b73d7d

Browse files
committed
actions update
1 parent 64e63c4 commit 5b73d7d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/codeql.yml

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

4141
steps:
4242
- name: Checkout repository
43-
uses: actions/checkout@v3
43+
uses: actions/checkout@v4
4444

4545
# Initializes the CodeQL tools for scanning.
4646
- name: Initialize CodeQL

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ jobs:
1111
name: Update coverage badge
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v4
1515
with:
1616
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal access token.
1717
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
1818

1919
- name: Setup go
20-
uses: actions/setup-go@v2
20+
uses: actions/setup-go@v5
2121
with:
2222
go-version: '1.21.0'
2323

24-
- uses: actions/cache@v2
24+
- uses: actions/cache@v4
2525
with:
2626
path: ~/go/pkg/mod
2727
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)