We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a1f8e0 commit 0ae35e9Copy full SHA for 0ae35e9
3 files changed
.github/workflows/builder.yml
@@ -28,7 +28,7 @@ jobs:
28
python_latest: ${{ steps.set-latest.outputs.python_latest}}
29
steps:
30
- name: Checkout the repository
31
- uses: actions/checkout@v6.0.1
+ uses: actions/checkout@v6.0.2
32
with:
33
fetch-depth: 0
34
.github/workflows/release-drafter.yml
@@ -11,7 +11,7 @@ jobs:
11
name: Release Drafter
12
13
14
15
16
17
.github/workflows/reuseable-builder.yml
@@ -51,7 +51,7 @@ jobs:
51
os: ubuntu-24.04-arm
52
53
54
55
56
- name: Login to GitHub Container Registry
57
if: github.event_name == 'release'
0 commit comments