We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71f1564 commit fc22feaCopy full SHA for fc22fea
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
24
runs-on: ${{ matrix.os }}
25
steps:
26
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
27
- name: Setup Python
28
uses: actions/setup-python@v6
29
with:
@@ -77,7 +77,7 @@ jobs:
77
78
79
80
81
82
83
.github/workflows/codeql.yml
@@ -38,7 +38,7 @@ jobs:
38
39
40
- name: Checkout repository
41
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
42
43
# Initializes the CodeQL tools for scanning.
44
- name: Initialize CodeQL
0 commit comments