Skip to content

Commit 98339fe

Browse files
renovate[bot]mergify[bot]
authored andcommitted
chore(deps): update actions/checkout action to v4.1.3
1 parent b417000 commit 98339fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install Node
3333
uses: actions/[email protected]
3434
- name: Checkout
35-
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
35+
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
3636
- name: Install dependencies
3737
run: npm install
3838
- name: Semantic Release

Diff for: action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
1818
echo 'No token set'
1919
exit 1
2020
fi
21-
- uses: actions/[email protected].2
21+
- uses: actions/[email protected].3
2222
with:
2323
token: ${{ inputs.token }}
2424
- uses: mikefarah/[email protected]

0 commit comments

Comments
 (0)