Skip to content

Commit 20ef725

Browse files
Bump the actions group across 1 directory with 2 updates
Bumps the actions group with 2 updates in the / directory: [actions/add-to-project](https://github.com/actions/add-to-project) and [actions/checkout](https://github.com/actions/checkout). Updates `actions/add-to-project` from 1.0.2 to 2.0.0 - [Release notes](https://github.com/actions/add-to-project/releases) - [Commits](actions/add-to-project@v1.0.2...v2.0.0) Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/add-to-project dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6630966 commit 20ef725

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/label-add-to-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: Add issue/PR to GitHub Project
1414
if: github.event.label.name == 'flag'
15-
uses: actions/add-to-project@v1.0.2
15+
uses: actions/add-to-project@v2.0.0
1616
with:
1717
project-url: https://github.com/orgs/lando/projects/7
1818
github-token: ${{ secrets.SHADOW_COUNCIL_ESCALATOR }}

.github/workflows/pr-backdrop-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- '20'
3333
steps:
3434
- name: Checkout code
35-
uses: actions/checkout@v6
35+
uses: actions/checkout@v7
3636
- name: Install node ${{ matrix.node-version }}
3737
uses: actions/setup-node@v6
3838
with:

.github/workflows/pr-docs-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
# Install deps and cache
1717
- name: Checkout code
18-
uses: actions/checkout@v6
18+
uses: actions/checkout@v7
1919
- name: Cache version builds
2020
uses: actions/cache@v5
2121
with:

.github/workflows/pr-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
# Install deps and cache
1717
- name: Checkout code
18-
uses: actions/checkout@v6
18+
uses: actions/checkout@v7
1919
- name: Install node ${{ matrix.node-version }}
2020
uses: actions/setup-node@v6
2121
with:

.github/workflows/pr-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
# Install deps and cache
2020
- name: Checkout code
21-
uses: actions/checkout@v6
21+
uses: actions/checkout@v7
2222
- name: Install node ${{ matrix.node-version }}
2323
uses: actions/setup-node@v6
2424
with:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-24.04
1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@v7
1616
- name: Install node 20
1717
uses: actions/setup-node@v6
1818
with:
@@ -42,7 +42,7 @@ jobs:
4242
steps:
4343
# Install deps and cache
4444
- name: Checkout code
45-
uses: actions/checkout@v6
45+
uses: actions/checkout@v7
4646
- name: Install node ${{ matrix.node-version }}
4747
uses: actions/setup-node@v6
4848
with:

0 commit comments

Comments
 (0)