Skip to content

Commit af6e3f8

Browse files
Bump the all-actions group across 1 directory with 4 updates
Bumps the all-actions group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [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/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) 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.4.0 - [Release notes](https://github.com/primer/.github/releases) - [Commits](primer/.github@v2.3.0...v2.4.0) Updates `primer/.github/.github/workflows/release_tracking.yml` from 2.2.0 to 2.4.0 - [Release notes](https://github.com/primer/.github/releases) - [Commits](primer/.github@v2.2.0...v2.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - 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.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions - dependency-name: primer/.github/.github/workflows/release_tracking.yml dependency-version: 2.4.0 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 af6e3f8

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/ci.yml

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

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout repository
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
2626
with:
2727
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2828
fetch-depth: 0
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ubuntu-latest
5353
steps:
5454
- name: Checkout repository
55-
uses: actions/checkout@v5
55+
uses: actions/checkout@v6
5656
with:
5757
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
5858
fetch-depth: 0
@@ -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)