Skip to content

Commit 7961efd

Browse files
Bump actions/checkout from 4 to 5 in the github-actions group
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7111b7a commit 7961efd

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/automatic-api-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
timeout-minutes: 10
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v5
1212
- uses: actions/setup-node@v4
1313
- name: "Update Buf Script"
1414
id: buf-update

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: "Test Clients"
1616
runs-on: "ubuntu-latest"
1717
steps:
18-
- uses: "actions/checkout@v4"
18+
- uses: "actions/checkout@v5"
1919
- uses: "ruby/setup-ruby@v1"
2020
with:
2121
bundler-cache: true
@@ -29,7 +29,7 @@ jobs:
2929
name: "Generate Protobufs"
3030
runs-on: "ubuntu-latest"
3131
steps:
32-
- uses: "actions/checkout@v4"
32+
- uses: "actions/checkout@v5"
3333
- uses: "ruby/setup-ruby@v1"
3434
with:
3535
bundler-cache: true

.github/workflows/manual-api-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
timeout-minutes: 10
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- uses: actions/setup-node@v4
1818
- name: "Update Buf Script"
1919
id: buf-update

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
release:
1010
runs-on: "ubuntu-latest"
1111
steps:
12-
- uses: "actions/checkout@v4"
12+
- uses: "actions/checkout@v5"
1313
- name: "Set up Ruby"
1414
uses: "ruby/setup-ruby@v1"
1515
with:

0 commit comments

Comments
 (0)