Skip to content

Commit 6ee7f9f

Browse files
committed
chore(deps): update github-actions
1 parent 2273be5 commit 6ee7f9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ permissions:
1010
checks: write
1111
jobs:
1212
report:
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-24.04
1414
steps:
1515
- name: Checkout Code
16-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
16+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1717
with:
1818
fetch-depth: 0
1919
- name: Git Fetch
2020
run: git fetch --force --tags
2121
- name: Setup go
22-
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4
22+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
2323
with:
2424
go-version: stable
2525
- name: Run Unit Tests

0 commit comments

Comments
 (0)