Skip to content

Commit 883ab67

Browse files
chore(deps): bump the actions group across 1 directory with 2 updates (#78)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d78bab7 commit 883ab67

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: Checkout code
36-
uses: actions/checkout@v6
36+
uses: actions/checkout@v7
3737
- name: Install node ${{ matrix.node-version }}
3838
uses: actions/setup-node@v6
3939
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:
@@ -54,7 +54,7 @@ jobs:
5454
steps:
5555
# Install deps and cache
5656
- name: Checkout code
57-
uses: actions/checkout@v6
57+
uses: actions/checkout@v7
5858
- name: Install node ${{ matrix.node-version }}
5959
uses: actions/setup-node@v6
6060
with:

0 commit comments

Comments
 (0)