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 c53abc6 commit c78708bCopy full SHA for c78708b
.github/workflows/codeql-analysis.yml
@@ -39,7 +39,7 @@ jobs:
39
40
steps:
41
- name: Checkout repository
42
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
43
44
# Initializes the CodeQL tools for scanning.
45
- name: Initialize CodeQL
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
env:
25
BOTO_CONFIG: /dev/null
26
27
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
28
- name: Set up Python
29
uses: actions/setup-python@v5
30
with:
@@ -52,7 +52,7 @@ jobs:
52
packages: write
53
54
55
56
# Login against a Docker registry except on PR
57
# https://github.com/docker/login-action
58
- name: Log into registry ${{ env.REGISTRY }}
0 commit comments