Skip to content

Commit

Permalink
Bump actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola committed Oct 21, 2022
1 parent c00ab44 commit 41bd9a9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install build deps
run: |
apt-get update -y
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install build deps
run: |
apt-get update -y
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install build deps
run: |
apt-get update -y
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install build deps
run: |
apt-get update -y
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install GDAL
run: |
sudo apt-get update
Expand Down

0 comments on commit 41bd9a9

Please sign in to comment.