Skip to content

Commit

Permalink
Bump actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
mweirauch committed Dec 14, 2023
1 parent 1ba8cf9 commit f3a8c6d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up toolchain
uses: actions-rs/toolchain@v1
Expand All @@ -39,7 +39,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up toolchain
uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
run: 'echo "${{ toJson(github) }}"'

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: ${{ github.event.repository.default_branch }}

Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: ${{ needs.tag-release.outputs.cargo-release-tag }}

Expand Down

0 comments on commit f3a8c6d

Please sign in to comment.