Skip to content

Commit 245b272

Browse files
Bump the all-actions group across 1 directory with 3 updates
Bumps the all-actions group with 3 updates in the / directory: [actions/setup-node](https://github.com/actions/setup-node), [primer/.github/.github/workflows/release_candidate.yml](https://github.com/primer/.github) and [primer/.github/.github/workflows/release_tracking.yml](https://github.com/primer/.github). Updates `actions/setup-node` from 5 to 6 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v5...v6) Updates `primer/.github/.github/workflows/release_candidate.yml` from 2.3.0 to 2.3.1 - [Release notes](https://github.com/primer/.github/releases) - [Commits](primer/.github@v2.3.0...v2.3.1) Updates `primer/.github/.github/workflows/release_tracking.yml` from 2.2.0 to 2.3.1 - [Release notes](https://github.com/primer/.github/releases) - [Commits](primer/.github@v2.2.0...v2.3.1) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: primer/.github/.github/workflows/release_candidate.yml dependency-version: 2.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions - dependency-name: primer/.github/.github/workflows/release_tracking.yml dependency-version: 2.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1d08860 commit 245b272

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v5
12-
- uses: actions/setup-node@v5
12+
- uses: actions/setup-node@v6
1313
- run: npm ci
1414
- run: npm run test
1515
lint:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v5
19-
- uses: actions/setup-node@v5
19+
- uses: actions/setup-node@v6
2020
- run: npm ci
2121
- run: npm run lint

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,6 @@ jobs:
9797
release-candidate:
9898
name: Candidate
9999
if: ${{ github.repository == 'primer/stylelint-config' && github.ref_name == 'changeset-release/main' }}
100-
uses: primer/.github/.github/workflows/release_candidate.yml@v2.3.0
100+
uses: primer/.github/.github/workflows/release_candidate.yml@v2.4.0
101101
secrets:
102102
gh_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release_tracking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ on:
1414
jobs:
1515
release-tracking:
1616
name: Release Tracking
17-
uses: primer/.github/.github/workflows/release_tracking.yml@v2.2.0
17+
uses: primer/.github/.github/workflows/release_tracking.yml@v2.4.0
1818
secrets:
1919
datadog_api_key: ${{ secrets.DATADOG_API_KEY }}

0 commit comments

Comments
 (0)