Skip to content

Commit

Permalink
Update checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed Jan 17, 2024
1 parent 1dcdde7 commit 8948a09
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
image: ${{ matrix.container_image }}
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- run: cargo build ${{ matrix.features }}
- run: cargo test ${{ matrix.features }}

Expand All @@ -81,7 +81,7 @@ jobs:
features: ["", "--features network"]
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- run: cargo build ${{ matrix.features }}
- run: cargo test ${{ matrix.features }}

Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
features: ""
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- run: cargo build ${{ matrix.features }}
- run: cargo test ${{ matrix.features }}

Expand All @@ -146,7 +146,7 @@ jobs:
working-directory: proj-sys
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
# At some point around Feb. 2023, the GH macos CI runner no longer had
# pkg-config installed by default, so we need to install it manually.
#
Expand Down

0 comments on commit 8948a09

Please sign in to comment.