Skip to content

Commit c579ef8

Browse files
chore(deps): bump actions/checkout from 4.2.0 to 4.2.1 (#1289)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.0...v4.2.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c97d9fe commit c579ef8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Checkout repository
23-
uses: actions/[email protected].0
23+
uses: actions/[email protected].1
2424
with:
2525
submodules: recursive
2626

.github/workflows/nodejs-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
lint:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/[email protected].0
21+
- uses: actions/[email protected].1
2222
with:
2323
submodules: recursive
2424
- name: Use Node.js ${{ matrix.node }}
@@ -46,7 +46,7 @@ jobs:
4646
- lts/*
4747

4848
steps:
49-
- uses: actions/[email protected].0
49+
- uses: actions/[email protected].1
5050
with:
5151
submodules: recursive
5252
- name: Use Node.js ${{ matrix.node }}

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Deploy to GitHub Pages
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/[email protected].0
12+
- uses: actions/[email protected].1
1313
- uses: actions/[email protected]
1414
with:
1515
node-version: lts/*

0 commit comments

Comments
 (0)