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 d2d934f commit 6c32ee3Copy full SHA for 6c32ee3
.github/workflows/changelog.yml
@@ -12,7 +12,7 @@ jobs:
12
timeout-minutes: 4
13
if: "!contains(github.event.head_commit.message, 'update changelog')"
14
steps:
15
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
16
- name: Set up Ruby
17
uses: ruby/setup-ruby@v1
18
with:
.github/workflows/super-linter.yml
@@ -40,7 +40,7 @@ jobs:
40
# Checkout the code base #
41
##########################
42
- name: Checkout Code
43
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
44
45
# Super-Linter requires full repository history for analysis
46
fetch-depth: 0
0 commit comments