Skip to content

Commit

Permalink
Update checkout action to v4 (#4272)
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri authored Mar 12, 2024
2 parents fe64b70 + dec00d1 commit 0badbf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
runs-on: ${{ matrix.platform }}
timeout-minutes: 75
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Cygwin with Python
uses: cygwin/cygwin-install-action@v2
with:
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 75
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install OS-level dependencies
run: |
sudo apt-get update
Expand Down

0 comments on commit 0badbf5

Please sign in to comment.