Skip to content

Commit 577007b

Browse files
Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent acd591a commit 577007b

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
git config --global commit.gpgsign true
4141
git config --global tag.gpgsign true
4242
- name: Checkout repository
43-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
43+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
4444
with:
4545
token: ${{ secrets.OPENVOXBOT_COMMIT_AND_PRS }}
4646
- name: Create backport pull requests

.github/workflows/gem_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Build the gem
1616
runs-on: ubuntu-24.04
1717
steps:
18-
- uses: actions/checkout@v6
18+
- uses: actions/checkout@v7
1919
- name: Install Ruby
2020
uses: ruby/setup-ruby@v1
2121
with:

.github/workflows/promote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- name: Checkout repository
34-
uses: actions/checkout@v6
34+
uses: actions/checkout@v7
3535
with:
3636
ref: ${{ inputs.branch }}
3737
token: ${{ secrets.OPENVOXBOT_COMMIT_AND_PRS }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-24.04
2424
steps:
2525
- name: Checkout repository
26-
uses: actions/checkout@v6
26+
uses: actions/checkout@v7
2727
with:
2828
ref: ${{ inputs.base-branch }}
2929

.github/workflows/tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ${{ matrix.cfg.os }}
2626
steps:
2727
- name: Checkout current PR
28-
uses: actions/checkout@v6
28+
uses: actions/checkout@v7
2929

3030
- name: Install ruby version ${{ matrix.cfg.ruby }}
3131
uses: ruby/setup-ruby@v1
@@ -58,7 +58,7 @@ jobs:
5858
runs-on: ${{ matrix.cfg.os }}
5959
steps:
6060
- name: Checkout current PR
61-
uses: actions/checkout@v6
61+
uses: actions/checkout@v7
6262

6363
- name: Install ruby version ${{ matrix.cfg.ruby }}
6464
uses: ruby/setup-ruby@v1
@@ -117,7 +117,7 @@ jobs:
117117
steps:
118118
# needs fetch-depth because the packaging dem reads old git tags
119119
- name: Checkout current PR
120-
uses: actions/checkout@v6
120+
uses: actions/checkout@v7
121121
with:
122122
fetch-depth: 0
123123
- name: Install Ruby version 3.3

0 commit comments

Comments
 (0)