Skip to content

Commit

Permalink
Update workflow versions
Browse files Browse the repository at this point in the history
Signed-off-by: David Mulder <[email protected]>
  • Loading branch information
dmulder committed Mar 3, 2025
1 parent 8651183 commit e0a9a01
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
- stable-0.6.x
- stable-0.7.x
- stable-0.8.x
- stable-0.9.x

env:
SCCACHE_GHA_ENABLED: "true"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/dependabot_auto_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ name: Dependabot auto-approval and auto-merge
- stable-0.5.x
- stable-0.6.x
- stable-0.7.x
- stable-0.8.x
- stable-0.9.x

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nixosbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: NixOS
on:
pull_request:
branches:
- stable-0.9.x
- main

jobs:
nixos:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tag-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- stable-0.5.x
- stable-0.6.x
- stable-0.7.x
- stable-0.8.x
- stable-0.9.x

permissions:
contents: write
Expand Down

0 comments on commit e0a9a01

Please sign in to comment.