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 c18488e commit cb31d84Copy full SHA for cb31d84
.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
@@ -31,7 +31,7 @@ jobs:
31
# Checkout the code base #
32
##########################
33
- name: Checkout Code
34
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
35
36
# Super-Linter requires full repository history for analysis
37
fetch-depth: 0
0 commit comments