Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: nixos-x86_64-linux
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: ./.github/actions/setup
with:
components: api-token,attic,devshell
Expand All @@ -29,7 +29,7 @@ jobs:
permissions:
id-token: write # for AWS and Aliyun OIDC federation
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: ./.github/actions/setup
with:
components: api-token,attic,aws,devshell,terraform-cache
Expand All @@ -51,7 +51,7 @@ jobs:
outputs:
diff-hosts: ${{ steps.plan.outputs.diff-hosts }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: ./.github/actions/setup
with:
components: api-token,attic,ssh,aws,aliyun,devshell,terraform-cache
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
permissions:
pull-requests: write # for updating the PR comment
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: ./.github/actions/setup
with:
components: api-token,attic,ssh,devshell
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
outputs:
diff: ${{ steps.plan.outputs.diff }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: ./.github/actions/setup
with:
components: api-token,attic,ssh,gpg,aws,aliyun,devshell,terraform-cache
Expand All @@ -38,7 +38,7 @@ jobs:
needs: plan
if: needs.plan.outputs.diff == 'true'
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: ./.github/actions/setup
with:
components: api-token,attic,ssh,aws,aliyun,devshell,terraform-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-flake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
update-flake:
runs-on: nixos-x86_64-linux
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: ./.github/actions/setup
with:
components: api-token,attic
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
permissions:
id-token: write # for AWS and Aliyun OIDC federation
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: ./.github/actions/setup
with:
components: api-token,attic,aws,devshell,terraform-cache
Expand Down
Loading