Skip to content

Commit c1df3f5

Browse files
author
Self-hosted Renovate Bot
committed
chore(deps): update actions/checkout action to v4
1 parent f107997 commit c1df3f5

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Diff for: .github/workflows/alpha-releases.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0
1818
ref: ${{ github.ref }}

Diff for: .github/workflows/golangci-lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/setup-go@v4
1919
with:
2020
go-version: '1.22'
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
- name: golangci-lint
2323
uses: golangci/golangci-lint-action@v4
2424
with:

Diff for: .github/workflows/goreleaser.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- size-l-x64
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 0
2020
ref: ${{ github.ref }}

Diff for: .github/workflows/sentry-smoke-test.yaml

+1-1
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@v2
16+
uses: actions/checkout@v4
1717
- name: Build xatu image
1818
run: |
1919
docker build -t ethpandaops/xatu:local .

Diff for: .github/workflows/test-build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v4
1313
with:
1414
fetch-depth: 0
1515
ref: ${{ github.ref }}

Diff for: .github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: checkout
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020

2121
- name: Set up Go
2222
uses: actions/setup-go@v4

0 commit comments

Comments
 (0)