Skip to content

Commit

Permalink
feat(ci): update actions versions;
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBestTvarynka committed Feb 3, 2024
1 parent 5df680b commit 1386d02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 'Add nightly channel'
run: 'rustup toolchain install nightly'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 'Add nightly channel'
run: 'rustup toolchain install nightly'
Expand Down Expand Up @@ -42,14 +42,14 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 'Trunk Check'
uses: jetli/trunk-action@v0.4.0

- id: 'auth'
name: 'Authenticate to Google Cloud'
uses: 'google-github-actions/auth@v4'
uses: 'google-github-actions/auth@v2'
with:
credentials_json: '${{ secrets.GCP_SERVICE_KEY }}'

Expand Down

0 comments on commit 1386d02

Please sign in to comment.