Skip to content

Commit 47b7c33

Browse files
chore(deps): bump the gha group across 1 directory with 2 updates (#61)
1 parent c3349a0 commit 47b7c33

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/e2e.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ${{ matrix.os }}
2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v4.1.7
24+
uses: actions/checkout@v4.2.2
2525
- name: Use Node version defined in manifest
2626
uses: volta-cli/[email protected]
2727
- name: Node.js version

.github/workflows/npm.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
publish:
1010
runs-on: ubuntu-22.04
1111
steps:
12-
- uses: actions/checkout@v4.1.7
13-
- uses: actions/setup-node@v4.0.3
12+
- uses: actions/checkout@v4.2.2
13+
- uses: actions/setup-node@v4.1.0
1414
with:
1515
node-version: 22
1616

0 commit comments

Comments
 (0)