Skip to content

Commit eef5c54

Browse files
Bump the dependencies group across 1 directory with 2 updates (#149)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bdb7e68 commit eef5c54

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
matrix:
1616
node-version: [18.x, 20.x, 22.x]
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
- name: Use Node.js ${{ matrix.node-version }}
20-
uses: actions/setup-node@v5
20+
uses: actions/setup-node@v6
2121
with:
2222
node-version: ${{ matrix.node-version }}
2323
- run: npm ci
@@ -35,9 +35,9 @@ jobs:
3535
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
3636
runs-on: ubuntu-latest
3737
steps:
38-
- uses: actions/checkout@v5
38+
- uses: actions/checkout@v6
3939
# Setup .npmrc file to publish to npm
40-
- uses: actions/setup-node@v5
40+
- uses: actions/setup-node@v6
4141
with:
4242
node-version: "18.x"
4343
registry-url: "https://registry.npmjs.org"

0 commit comments

Comments
 (0)