We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 328fbd4 commit ca6ef98Copy full SHA for ca6ef98
.github/workflows/megalinter.yml
@@ -39,7 +39,7 @@ jobs:
39
steps:
40
# Git Checkout
41
- name: Checkout Code
42
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
43
with:
44
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
45
fetch-depth: 0
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
timeout-minutes: 20
17
runs-on: ubuntu-latest
18
19
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
20
- uses: actions/setup-node@v3
21
22
node-version: lts/*
0 commit comments