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 de55dde commit a75edb7Copy full SHA for a75edb7
.github/workflows/codeql-analysis.yml
@@ -36,7 +36,7 @@ jobs:
36
# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed
37
steps:
38
- name: Checkout repository
39
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
40
41
# Initializes the CodeQL tools for scanning.
42
- name: Initialize CodeQL
.github/workflows/python-package.yml
@@ -52,7 +52,7 @@ jobs:
52
kafka: "4.0.0"
53
54
55
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
56
- name: Set up Python ${{ matrix.python }}
57
uses: actions/setup-python@v5
58
with:
0 commit comments