Skip to content

Commit ce7a742

Browse files
Bump the actions group with 3 updates
Bumps the actions group with 3 updates: [actions/add-to-project](https://github.com/actions/add-to-project), [actions/checkout](https://github.com/actions/checkout) and [actions/cache](https://github.com/actions/cache). 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) Updates `actions/cache` from 5 to 6 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- 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 - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a1f05ea commit ce7a742

6 files changed

Lines changed: 8 additions & 8 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-docs-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ 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
20-
uses: actions/cache@v5
20+
uses: actions/cache@v6
2121
with:
2222
key: lando-mvb-docs
2323
path: docs/.vitepress/cache/@lando/mvb

.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-python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- '18'
2424
steps:
2525
- name: Checkout code
26-
uses: actions/checkout@v6
26+
uses: actions/checkout@v7
2727
- name: Install node ${{ matrix.node-version }}
2828
uses: actions/setup-node@v6
2929
with:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
# Install deps and cache
1919
- name: Checkout code
20-
uses: actions/checkout@v6
20+
uses: actions/checkout@v7
2121
- name: Install node ${{ matrix.node-version }}
2222
uses: actions/setup-node@v6
2323
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)