Skip to content

Commit f81ba66

Browse files
updateclibot[bot]updateclibot
andauthored
deps(github/action): bump all dependencies (#1029)
* chore: deps(github): bump Action release for actions/upload-artifact ... ... from v6.0.0 to v7.0.0 Made with ❤️️ by updatecli * chore: deps(github): bump Action release for github/codeql-action/ini... ... t from v4.32.4 to v4.32.5 Made with ❤️️ by updatecli * chore: deps(github): bump Action release for github/codeql-action/aut... ... obuild from v4.32.4 to v4.32.5 Made with ❤️️ by updatecli * chore: deps(github): bump Action tag for github/codeql-action/analyze... ... from v4.32.4 to v4.32.5 Made with ❤️️ by updatecli * chore: deps(github): bump Action tag for actions/setup-node from v6.2... ... .0 to v6.3.0 Made with ❤️️ by updatecli * chore: deps(github): bump Action release for actions/setup-node from ... ... v6.2.0 to v6.3.0 Made with ❤️️ by updatecli * chore: deps(github): bump Action release for github/codeql-action/ini... ... t from v4.32.5 to v4.32.6 Made with ❤️️ by updatecli * chore: deps(github): bump Action release for github/codeql-action/aut... ... obuild from v4.32.5 to v4.32.6 Made with ❤️️ by updatecli * chore: deps(github): bump Action release for github/codeql-action/ana... ... lyze from v4.32.5 to v4.32.6 Made with ❤️️ by updatecli * chore: deps(github): bump Action tag for release-drafter/release-draf... ... ter from v6.2.0 to v6.3.0 Made with ❤️️ by updatecli * chore: deps(github): bump Action tag for release-drafter/release-draf... ... ter from v6.3.0 to v6.4.0 Made with ❤️️ by updatecli --------- Co-authored-by: updateclibot <bot@updatecli.io>
1 parent 5101c2f commit f81ba66

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/check-dist.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v6.0.2
2525
- name: Set Node.js 20.x
26-
uses: actions/setup-node@v6.2.0
26+
uses: actions/setup-node@v6.3.0
2727
with:
2828
node-version: 20
2929
cache: npm
@@ -40,7 +40,7 @@ jobs:
4040
fi
4141
id: diff
4242
# If index.js was different than expected, upload the expected version as an artifact
43-
- uses: actions/upload-artifact@v6.0.0
43+
- uses: actions/upload-artifact@v7.0.0
4444
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
4545
with:
4646
name: dist

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/checkout@v6.0.2
4141
# Initializes the CodeQL tools for scanning.
4242
- name: Initialize CodeQL
43-
uses: github/codeql-action/init@v4.32.4
43+
uses: github/codeql-action/init@v4.32.6
4444
with:
4545
languages: ${{ matrix.language }}
4646
config-file: ./.github/codeql/codeql-config.yml
@@ -51,7 +51,7 @@ jobs:
5151
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5252
# If this step fails, then you should remove it and run the build manually (see below)
5353
- name: Autobuild
54-
uses: github/codeql-action/autobuild@v4.32.4
54+
uses: github/codeql-action/autobuild@v4.32.6
5555
#- run: |
5656
# make bootstrap
5757
# make release
@@ -62,4 +62,4 @@ jobs:
6262
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
6363
# and modify them (or add more) to build your code if your project
6464
# uses a compiled language
65-
uses: github/codeql-action/analyze@v4.32.4
65+
uses: github/codeql-action/analyze@v4.32.6

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
update_release_draft:
1010
runs-on: ubuntu-24.04
1111
steps:
12-
- uses: release-drafter/release-drafter@v6.2.0
12+
- uses: release-drafter/release-drafter@v6.4.0
1313
with:
1414
config-name: release-drafter.yaml
1515
publish: startsWith(github.ref, "refs/tags")

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v6.0.2
1616
- name: Set Node.js 20.x
17-
uses: actions/setup-node@v6.2.0
17+
uses: actions/setup-node@v6.3.0
1818
with:
1919
node-version: 20
2020
cache: npm

0 commit comments

Comments
 (0)