Skip to content

Commit 2fdbdaa

Browse files
committed
fix(github): correct action versions in update.yml
1 parent 8563e81 commit 2fdbdaa

1 file changed

Lines changed: 6 additions & 12 deletions

File tree

.github/workflows/update.yml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
name: Update Flake Locks
2-
32
on:
43
schedule:
54
- cron: "0 0 * * 1"
65
workflow_dispatch:
7-
86
jobs:
97
update:
108
runs-on: ubuntu-latest
@@ -14,30 +12,26 @@ jobs:
1412
timeout-minutes: 30
1513
steps:
1614
- name: Checkout
17-
uses: actions/checkout @clichepress/gcp-infrastructure/.github/terraform/.terraform/modules/bootstrap.bootstrap.seed_project/docs/upgrading_to_project_factory_v6.0.md
18-
15+
uses: actions/checkout@v6
1916
- name: Generate App token
2017
id: app-token
21-
uses: actions/create-github-app-token @clichepress/editorial-api/deployment/terraform/.terraform/modules/pubsub/docs/upgrading_to_v2.0.md
18+
uses: actions/create-github-app-token@v2
2219
with:
2320
app-id: ${{ vars.APP_CLIENT_ID }}
2421
private-key: ${{ secrets.APP_PRIVATE_KEY }}
25-
2622
- name: Install Nix
27-
uses: DeterminateSystems/nix-installer-action @devcontainer-env/devcontainer-env/target/debug/deps/devcontainer_env-2f2b36ac92170201.akskv22757jv7siw1ssgixrrt.03qtlhx.rcgu.o
28-
23+
uses: DeterminateSystems/nix-installer-action@v22
2924
- name: Setup Nix Cache
30-
uses: DeterminateSystems/magic-nix-cache-action @clichepress/gcp-infrastructure/.github/terraform/.terraform/modules/bootstrap.bootstrap.seed_project/docs/upgrading_to_project_factory_v13.0.md
25+
uses: DeterminateSystems/magic-nix-cache-action@v13
3126
with:
3227
use-flakehub: disabled
3328
use-gha-cache: enabled
34-
3529
- name: Update root flake.lock
36-
uses: DeterminateSystems/update-flake-lock @sqlc-plugins/sqlc-gen-mermaid/target/debug/deps/integration_test-600b2658a56f0a46.dj3rr1v28e67bz32d23nbnydf.1mak74i.rcgu.o
30+
uses: DeterminateSystems/update-flake-lock@v28
3731
with:
3832
token: ${{ steps.app-token.outputs.token }}
3933
pr-title: "chore(flake): update flake.lock"
4034
pr-labels: |
4135
dependencies
4236
auto-merge
43-
commit-msg: "chore(flake): update flake.lock"
37+
commit-msg: "chore(flake): update flake.lock"

0 commit comments

Comments
 (0)