Skip to content

Commit 045edbf

Browse files
authored
Merge pull request #132 from authzed/dependabot/github_actions/actions/checkout-6
build(deps): bump actions/checkout from 5 to 6
2 parents 1aa0cb5 + acb8770 commit 045edbf

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@v5
13+
- uses: actions/checkout@v6
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@v5"
18+
- uses: "actions/checkout@v6"
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.2.2
21+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # 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@v5
26+
uses: actions/checkout@v6
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)