Skip to content

Commit fd2d6d3

Browse files
Bump the github-actions group across 1 directory with 2 updates
Bumps the github-actions group with 2 updates in the / directory: [actions/setup-node](https://github.com/actions/setup-node) and [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action). Updates `actions/setup-node` from 5 to 6 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v5...v6) Updates `stefanzweifel/git-auto-commit-action` from 6 to 7 - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](stefanzweifel/git-auto-commit-action@v6...v7) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 97e3b69 commit fd2d6d3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ${{ matrix.os }}
3636
steps:
3737
- uses: actions/checkout@v5
38-
- uses: actions/setup-node@v5
38+
- uses: actions/setup-node@v6
3939
with:
4040
node-version: ${{ matrix.node }}
4141
- if: ${{ startsWith(matrix.os, 'windows') }}
@@ -94,7 +94,7 @@ jobs:
9494
- prebuild-linux-arm
9595
steps:
9696
- uses: actions/checkout@v5
97-
- uses: actions/setup-node@v5
97+
- uses: actions/setup-node@v6
9898
with:
9999
node-version: 20
100100
registry-url: https://registry.npmjs.org
@@ -116,7 +116,7 @@ jobs:
116116
needs: test
117117
steps:
118118
- uses: actions/checkout@v5
119-
- uses: actions/setup-node@v5
119+
- uses: actions/setup-node@v6
120120
with:
121121
node-version: 20
122122
- if: ${{ startsWith(matrix.os, 'windows') }}

.github/workflows/bump-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
token: ${{ secrets.PAT }}
2323
fetch-depth: 0
24-
- uses: actions/setup-node@v5
24+
- uses: actions/setup-node@v6
2525
with:
2626
node-version: 20
2727
- name: Configure user

.github/workflows/update-sqlite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
token: ${{ secrets.PAT }}
2424
fetch-depth: 0
25-
- uses: actions/setup-node@v5
25+
- uses: actions/setup-node@v6
2626
with:
2727
node-version: 20
2828
- name: Create new update branch
@@ -35,7 +35,7 @@ jobs:
3535
- name: Download, compile and package SQLite
3636
run: npm run download
3737
- name: Push update branch
38-
uses: stefanzweifel/git-auto-commit-action@v6
38+
uses: stefanzweifel/git-auto-commit-action@v7
3939
with:
4040
commit_message: Update SQLite to version ${{ env.ENV_TRUE_VERSION }}
4141
branch: sqlite-update-${{ env.ENV_VERSION }}

0 commit comments

Comments
 (0)