Skip to content

Commit 3840247

Browse files
chore(deps): update actions/checkout action to v4
1 parent dd91777 commit 3840247

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/fossa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
- name: Download fossa cli
2020
run: |-
2121
mkdir -p $HOME/.local/bin

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
steps:
1717
- name: Git checkout
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
- name: Using Node.js
2020
uses: actions/setup-node@v3
2121
with:

0 commit comments

Comments
 (0)