Skip to content

Commit ca6ef98

Browse files
Update actions/checkout action to v4
1 parent 328fbd4 commit ca6ef98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/megalinter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
steps:
4040
# Git Checkout
4141
- name: Checkout Code
42-
uses: actions/checkout@v3
42+
uses: actions/checkout@v4
4343
with:
4444
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
4545
fetch-depth: 0

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
timeout-minutes: 20
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
- uses: actions/setup-node@v3
2121
with:
2222
node-version: lts/*

0 commit comments

Comments
 (0)