Skip to content

Commit ec19fd4

Browse files
chore(deps): update actions/checkout action to v6
1 parent 259fd46 commit ec19fd4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
release-type: node
1717
package-name: nodebb-plugin-total-vote-count
1818
# The logic below handles the npm publication:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6
2020
# these if statements ensure that a publication only occurs when
2121
# a new release is created:
2222
if: ${{ steps.release.outputs.release_created }}

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ jobs:
6565
ports:
6666
- 7700:7700
6767
steps:
68-
- uses: actions/checkout@v4
68+
- uses: actions/checkout@v6
6969
with:
7070
repository: NodeBB/NodeBB
7171
ref: ${{ matrix.nodebb }}
7272
path: nodebb
73-
- uses: actions/checkout@v4
73+
- uses: actions/checkout@v6
7474
with:
7575
path: tested-plugin
7676
- name: Prepare NodeBB package.json

0 commit comments

Comments
 (0)