Skip to content

Commit 74def04

Browse files
Bump actions/checkout
Bumps [actions/checkout](https://github.com/actions/checkout) from 8edcb1bdb4e267140fa742c62e395cd74f332709 to 9f265659d3bb64ab1440b03b12f4d47a24320917. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8edcb1b...9f26565) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 9f265659d3bb64ab1440b03b12f4d47a24320917 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5859a44 commit 74def04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
16+
- uses: actions/checkout@9f265659d3bb64ab1440b03b12f4d47a24320917
1717
- uses: actions/setup-go@8e57b58e57be52ac95949151e2777ffda8501267
1818
with:
1919
go-version: "1.24"

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: lint
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
16+
- uses: actions/checkout@9f265659d3bb64ab1440b03b12f4d47a24320917
1717
- uses: actions/setup-go@8e57b58e57be52ac95949151e2777ffda8501267
1818
with:
1919
go-version: "1.24"

0 commit comments

Comments
 (0)