We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5b690e commit c388b46Copy full SHA for c388b46
2 files changed
.github/workflows/_run.yml
@@ -16,7 +16,7 @@ on:
16
default: ""
17
jobs:
18
run:
19
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
20
steps:
21
# A GitHub App token is used so the commit and tag are attributed to the
22
# app's bot and can be pushed to a protected main. Only RELEASE pushes;
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
# DRY_RUN - pull_request: exercise the full graph, no upload.
29
# SNAPSHOT - push to main: publish a snapshot.
30
determine:
31
32
permissions:
33
contents: read
34
outputs:
0 commit comments