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.
2 parents 518c16e + 2f157ea commit 34434f1Copy full SHA for 34434f1
.github/workflows/package-build.yml
@@ -15,7 +15,7 @@ jobs:
15
build-debian:
16
runs-on: ubuntu-latest
17
steps:
18
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
19
- name: "Update changelog"
20
run: |
21
set -ex
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
actions: read
12
contents: write
13
14
- name: Extract version from tag
id: version
0 commit comments