Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb040076

Browse files
ci: bump the github-actions group across 1 directory with 3 updates
Bumps the github-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [google-github-actions/auth](https://github.com/google-github-actions/auth) and [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud).Updates `actions/checkout` from 4.3.0 to 5.0.0- [Release notes](https://github.com/actions/checkout/releases)- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)- [Commits](actions/checkout@08eba0b...08c6903)Updates `google-github-actions/auth` from 2.1.12 to 3.0.0- [Release notes](https://github.com/google-github-actions/auth/releases)- [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md)- [Commits](google-github-actions/auth@b7593ed...7c6bc77)Updates `google-github-actions/setup-gcloud` from 2.2.0 to 3.0.1- [Release notes](https://github.com/google-github-actions/setup-gcloud/releases)- [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md)- [Commits](google-github-actions/setup-gcloud@cb1e50a...aa5489c)---updated-dependencies:- dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions- dependency-name: google-github-actions/auth dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions- dependency-name: google-github-actions/setup-gcloud dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions...Signed-off-by: dependabot[bot] <support@github.com>
1 parent0776807 commitb040076

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on:${{ github.repository_owner == 'coder' && 'depot-macos-latest' || 'macos-latest'}}
2626
steps:
2727
-name:Checkout
28-
uses:actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955#v4.3.0
28+
uses:actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8#v5.0.0
2929
with:
3030
fetch-depth:0
3131
fetch-tags:true
@@ -46,7 +46,7 @@ jobs:
4646
runs-on:${{ github.repository_owner == 'coder' && 'depot-macos-latest' || 'macos-latest'}}
4747
steps:
4848
-name:Checkout
49-
uses:actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955#v4.3.0
49+
uses:actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8#v5.0.0
5050
with:
5151
fetch-depth:0
5252
fetch-tags:true
@@ -67,7 +67,7 @@ jobs:
6767
runs-on:${{ github.repository_owner == 'coder' && 'depot-macos-latest' || 'macos-latest'}}
6868
steps:
6969
-name:Checkout
70-
uses:actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955#v4.3.0
70+
uses:actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8#v5.0.0
7171
with:
7272
fetch-depth:0
7373
fetch-tags:true

‎.github/workflows/release.yml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
id-token:write
3535
steps:
3636
-name:Checkout
37-
uses:actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955#v4.3.0
37+
uses:actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8#v5.0.0
3838
with:
3939
fetch-depth:0
4040
fetch-tags:true
@@ -50,14 +50,14 @@ jobs:
5050

5151
-name:Authenticate to Google Cloud
5252
id:gcloud_auth
53-
uses:google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5#v2.1.12
53+
uses:google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093#v3.0.0
5454
with:
5555
workload_identity_provider:${{ secrets.GCP_WORKLOAD_ID_PROVIDER }}
5656
service_account:${{ secrets.GCP_SERVICE_ACCOUNT }}
5757
token_format:"access_token"
5858

5959
-name:Setup GCloud SDK
60-
uses:google-github-actions/setup-gcloud@cb1e50a9932213ecece00a606661ae9ca44f3397#v2.2.0
60+
uses:google-github-actions/setup-gcloud@aa5489c8933f4cc7a4f7d45035b3b1440c9c10db#v3.0.1
6161

6262
-name:Build
6363
env:
@@ -112,7 +112,7 @@ jobs:
112112
needs:build
113113
steps:
114114
-name:Checkout
115-
uses:actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955#v4.3.0
115+
uses:actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8#v5.0.0
116116
with:
117117
fetch-depth:0
118118
fetch-tags:true

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp