Skip to content

Commit a1d5737

Browse files
dependabot[bot]phette23
authored andcommitted
chore: bump actions/checkout from 6.0.0 to 6.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.0...v6.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b402b71 commit a1d5737

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: 'ubuntu-latest'
1313
steps:
1414
- name: 'Checkout'
15-
uses: 'actions/[email protected].0'
15+
uses: 'actions/[email protected].1'
1616
- name: 'pnpm install'
1717
uses: pnpm/action-setup@v4
1818
with:

.github/workflows/prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Checkout
33-
uses: actions/[email protected].0
33+
uses: actions/[email protected].1
3434

3535
# Configure Workload Identity Federation and generate an access token.
3636
# See https://github.com/google-github-actions/auth for more options,
@@ -100,7 +100,7 @@ jobs:
100100

101101
steps:
102102
- name: Checkout
103-
uses: actions/[email protected].0
103+
uses: actions/[email protected].1
104104

105105
- name: Set up Google Cloud Auth
106106
uses: google-github-actions/[email protected]

.github/workflows/stage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Checkout
33-
uses: actions/[email protected].0
33+
uses: actions/[email protected].1
3434

3535
# Configure Workload Identity Federation and generate an access token.
3636
# See https://github.com/google-github-actions/auth for more options,
@@ -100,7 +100,7 @@ jobs:
100100

101101
steps:
102102
- name: Checkout
103-
uses: actions/[email protected].0
103+
uses: actions/[email protected].1
104104

105105
- name: Set up Google Cloud Auth
106106
uses: google-github-actions/[email protected]

0 commit comments

Comments
 (0)