Skip to content

Commit

Permalink
CI: actions/checkout@v2 -> v3.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpu authored and djc committed Mar 14, 2023
1 parent cf50a4d commit 3a040dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
rust: stable
steps:
- name: Checkout sources
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
persist-credentials: false

Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
runs-on: ubuntu-18.04
steps:
- name: Checkout sources
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
persist-credentials: false

Expand All @@ -95,7 +95,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
persist-credentials: false
- name: Install rust toolchain
Expand All @@ -116,7 +116,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
persist-credentials: false
- name: Install rust toolchain
Expand Down

0 comments on commit 3a040dc

Please sign in to comment.