Skip to content

Commit 0bea087

Browse files
authored
Merge pull request #43 from dohq/renovate/actions-checkout-4.x
Update actions/checkout action to v4
2 parents bc47388 + a649f2d commit 0bea087

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: "Checkout repository"
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525

2626
- name: "Initialize CodeQL"
2727
uses: github/codeql-action/init@v2

.github/workflows/docker-push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
push:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313

1414
- name: Login to DockerHub
1515
uses: docker/login-action@v3

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@v4
1212
with:
1313
fetch-depth: 0
1414
- name: Set up Go

0 commit comments

Comments
 (0)