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.
2 parents d5529f8 + 61aa483 commit 641d7c2Copy full SHA for 641d7c2
.github/workflows/pattern-sh-ci.yml
@@ -23,7 +23,7 @@ jobs:
23
24
steps:
25
- name: Checkout Repository
26
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
27
28
- name: Install Podman on Ubuntu
29
if: contains(matrix.os, 'ubuntu')
.github/workflows/superlinter.yml
@@ -12,7 +12,7 @@ jobs:
12
13
14
- name: Checkout Code
15
16
with:
17
# Full git history is needed to get a proper list of changed files within `super-linter`
18
fetch-depth: 0
0 commit comments