Skip to content

Commit 3885f5f

Browse files
authored
Merge pull request #136 from authzed/dependabot/github_actions/actions/checkout-6.0.1
build(deps): bump actions/checkout from 6.0.0 to 6.0.1
2 parents 0304c43 + fbf043f commit 3885f5f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v6.0.0
13+
- uses: actions/checkout@v6.0.1
1414

1515
- name: Set up Go
1616
uses: actions/setup-go@v5

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: "Lint Go"
1616
runs-on: "depot-ubuntu-24.04"
1717
steps:
18-
- uses: "actions/checkout@v6.0.0"
18+
- uses: "actions/checkout@v6.0.1"
1919
- uses: "authzed/actions/setup-go@main"
2020
- name: "Lint Go"
2121
run: "go run mage.go lint:go"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
goreleaser:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5 # v4.2.2
21+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.2.2
2222
with:
2323
# Allow goreleaser to access older tag information.
2424
fetch-depth: 0

.github/workflows/update-openapi-spec.yml

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

2424
steps:
2525
- name: Checkout code
26-
uses: actions/checkout@v6.0.0
26+
uses: actions/checkout@v6.0.1
2727
with:
2828
# For PRs, check out the head of the PR
2929
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.ref || '' }}

0 commit comments

Comments
 (0)