Skip to content

Commit d863720

Browse files
chore(deps): update actions/checkout action to v6.0.2 (#1589)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ea64397 commit d863720

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# Steps represent a sequence of tasks that will be executed as part of the job
1717
steps:
1818
# Checks-out your repository under $GITHUB_WORKSPACE
19-
- uses: actions/checkout@v6.0.1
19+
- uses: actions/checkout@v6.0.2
2020

2121
# Running golangci-lint
2222
- name: Linting

.github/workflows/codeql-analysis.yml

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

3636
steps:
3737
- name: Checkout repository
38-
uses: actions/checkout@v6.0.1
38+
uses: actions/checkout@v6.0.2
3939

4040
# Initializes the CodeQL tools for scanning.
4141
- name: Initialize CodeQL

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-24.04
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v6.0.1
25+
uses: actions/checkout@v6.0.2
2626
with:
2727
fetch-depth: 0
2828
- name: Setup go

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
-
1313
name: Checkout
14-
uses: actions/checkout@v6.0.1
14+
uses: actions/checkout@v6.0.2
1515
with:
1616
fetch-depth: 0
1717
-

.github/workflows/jsonschema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-24.04
1010
container: python:3.11-alpine3.16
1111
steps:
12-
- uses: actions/checkout@v6.0.1
12+
- uses: actions/checkout@v6.0.2
1313
- name: Test
1414
run: |
1515
pip install jsonschema==4.14.0

0 commit comments

Comments
 (0)