Skip to content

Commit 3349e0c

Browse files
committed
Bump actions/checkout and actions/setup-go
1 parent c330110 commit 3349e0c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/check_golang_profiler_changes.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
if: github.repository == 'grafana/pyroscope-go' # avoid running on forks
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v2
15-
- uses: actions/setup-go@v3
14+
uses: actions/checkout@v4
15+
- uses: actions/setup-go@v5
1616
with:
1717
go-version: '1.20'
1818
- name: Check golang runtime profiler changes

.github/workflows/gotip_cron_test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414
- name: Install Go stable
15-
uses: actions/setup-go@v4
15+
uses: actions/setup-go@v5
1616
with:
1717
go-version: 1.x
1818
- name: Install Go tip

0 commit comments

Comments
 (0)