Skip to content

Commit ec6bc5c

Browse files
chore(deps): update actions/checkout action to v6
1 parent ddb433d commit ec6bc5c

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
@@ -17,7 +17,7 @@ jobs:
1717
package-name: nodebb-plugin-category-queue
1818
release-as: 2.0.0
1919
# The logic below handles the npm publication:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v6
2121
# these if statements ensure that a publication only occurs when
2222
# a new release is created:
2323
if: ${{ steps.release.outputs.release_created }}

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ jobs:
5858
# Maps port 27017 on service container to the host
5959
- 27017:27017
6060
steps:
61-
- uses: actions/checkout@v4
61+
- uses: actions/checkout@v6
6262
with:
6363
repository: NodeBB/NodeBB
6464
ref: ${{ matrix.nodebb }}
6565
path: nodebb
66-
- uses: actions/checkout@v4
66+
- uses: actions/checkout@v6
6767
with:
6868
path: tested-plugin
6969
- name: Prepare NodeBB package.json

0 commit comments

Comments
 (0)