Skip to content

Commit 039625a

Browse files
Bump the all-actions group across 1 directory with 2 updates
Bumps the all-actions group with 2 updates in the / directory: [actions/setup-node](https://github.com/actions/setup-node) and [primer/.github](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` from 2.2.0 to 2.2.1 - [Release notes](https://github.com/primer/.github/releases) - [Commits](primer/.github@v2.2.0...v2.2.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 dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4276d4c commit 039625a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 0
2929

3030
- name: Set up Node.js
31-
uses: actions/setup-node@v5
31+
uses: actions/setup-node@v6
3232

3333
- name: Install dependencies
3434
run: npm ci && npm run build
@@ -92,6 +92,6 @@ jobs:
9292
release-candidate:
9393
name: Candidate
9494
if: ${{ github.repository == 'primer/stylelint-config' && github.ref_name == 'changeset-release/main' }}
95-
uses: primer/.github/.github/workflows/release_candidate.yml@v2.3.0
95+
uses: primer/.github/.github/workflows/release_candidate.yml@v2.3.1
9696
secrets:
9797
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.3.1
1818
secrets:
1919
datadog_api_key: ${{ secrets.DATADOG_API_KEY }}

0 commit comments

Comments
 (0)