We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c1af950 + a73cead commit 041d655Copy full SHA for 041d655
2 files changed
.github/workflows/codeql-analysis.yml
@@ -38,7 +38,7 @@ jobs:
38
39
steps:
40
- name: Checkout repository
41
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
42
43
# Initializes the CodeQL tools for scanning.
44
- name: Initialize CodeQL
.github/workflows/ruby.yml
@@ -43,7 +43,7 @@ jobs:
45
- name: clone ${{ github.repository }}
46
47
- name: setup Ruby ${{ matrix.ruby }}
48
uses: ruby/setup-ruby@v1
49
with:
0 commit comments