Skip to content

Commit ec47c08

Browse files
chore(deps): bump the actions-version-updates group across 1 directory with 4 updates
Bumps the actions-version-updates group with 4 updates in the / directory: [actions/add-to-project](https://github.com/actions/add-to-project), [actions/checkout](https://github.com/actions/checkout), [actions/setup-node](https://github.com/actions/setup-node) and [cycjimmy/semantic-release-action](https://github.com/cycjimmy/semantic-release-action). Updates `actions/add-to-project` from 1.0.1 to 1.0.2 - [Release notes](https://github.com/actions/add-to-project/releases) - [Commits](actions/add-to-project@v1.0.1...v1.0.2) Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) Updates `actions/setup-node` from 4 to 5 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4...v5) Updates `cycjimmy/semantic-release-action` from 3 to 5 - [Release notes](https://github.com/cycjimmy/semantic-release-action/releases) - [Changelog](https://github.com/cycjimmy/semantic-release-action/blob/main/docs/CHANGELOG.md) - [Commits](cycjimmy/semantic-release-action@v3...v5) --- updated-dependencies: - dependency-name: actions/add-to-project dependency-version: 1.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-version-updates - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-version-updates - dependency-name: actions/setup-node dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-version-updates - dependency-name: cycjimmy/semantic-release-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-version-updates ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6361b3a commit ec47c08

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/issues.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: add issue
17-
uses: actions/[email protected].1
17+
uses: actions/[email protected].2
1818
if: ${{ github.event_name == 'issues' }}
1919
with:
2020
# You can target a repository in a different organization
@@ -28,7 +28,7 @@ jobs:
2828
username: ${{ github.actor }}
2929
GITHUB_TOKEN: ${{ secrets.ADD_TO_PROJECT_PAT }}
3030
- name: add pr
31-
uses: actions/[email protected].1
31+
uses: actions/[email protected].2
3232
if: ${{ github.event_name == 'pull_request_target' && github.actor != 'dependabot[bot]' && !contains(steps.checkUserMember.outputs.teams, 'engineers')}}
3333
with:
3434
# You can target a repository in a different organization

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ jobs:
99
name: build and release
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
13-
- uses: actions/setup-node@v4
12+
- uses: actions/checkout@v5
13+
- uses: actions/setup-node@v5
1414
with:
1515
node-version: 18
1616
- run: yarn
1717
working-directory: ./lib
1818
- run: yarn build
1919
working-directory: ./lib
2020
- name: semantic release
21-
uses: cycjimmy/semantic-release-action@v3
21+
uses: cycjimmy/semantic-release-action@v5
2222
with:
2323
working_directory: ./lib
2424
env:

0 commit comments

Comments
 (0)