Skip to content

Commit

Permalink
Bump Github actions dependencies (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
denisidoro committed Nov 27, 2020
1 parent 1499736 commit 0e2f255
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Publish Alfred workflow
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Zip
run: scripts/action workflow
- name: Get the version
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
target: aarch64-linux-android

steps:
- uses: hecrj/setup-rust-action@v1.3.1
- uses: hecrj/setup-rust-action@v1.3.4
with:
rust-version: stable
- uses: actions/checkout@v1
Expand Down

0 comments on commit 0e2f255

Please sign in to comment.