Skip to content

Commit

Permalink
Merge pull request #1694 from paritytech/dependabot/github_actions/go…
Browse files Browse the repository at this point in the history
…ogle-github-actions/auth-2.1.0

chore(deps): bump google-github-actions/auth from 2.0.1 to 2.1.0
  • Loading branch information
mergify[bot] authored Jan 23, 2024
2 parents 559117b + 68c7794 commit 8b21311
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/k8s-cleaner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
export_default_credentials: true

- name: Login to GCP
uses: google-github-actions/auth@v2.0.1
uses: google-github-actions/auth@v2.1.0
with:
credentials_json: ${{ secrets.GCP_SA_KEY }}

Expand Down
2 changes: 1 addition & 1 deletion flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
...
}: let
# this change on each change of dependencies, unfortunately this hash not yet automatically updated from SRI of package.lock
npmDepsHash = "sha256-CzsFwRh8ivmpUPqoOWb3Kqixco9HJh4fCAhxZFNwjsQ=";
npmDepsHash = "sha256-83mDJ4YCAg8AZjwqtyqx6BULa20ySxcO8xBvSAvB78c=";
####

# there is officia polkadot on nixpkgs, but it has no local rococo wasm to run
Expand Down

0 comments on commit 8b21311

Please sign in to comment.