Skip to content

Commit

Permalink
chore: bump checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Nov 28, 2023
1 parent 3d17620 commit f209553
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
container: python:${{ matrix.python-version }}
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Build & Install Dependencies
run: apt-get update && apt-get install -y -q libpng-dev
- name: Python Information
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
container: gcc:${{ matrix.gcc-version }}
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Install Dependencies
run: |
apt-get update && apt-get install -y -q wget libpng-dev
Expand All @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
container: silkeh/clang:${{ matrix.clang-version }}
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Install Dependencies
run: |
apt-get update && apt-get install -y -q wget libpng-dev
Expand All @@ -52,7 +52,7 @@ jobs:
runs-on: ubuntu-latest
container: gcc:${{ matrix.gcc-version }}
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Install CMake
run: |
apt-get update && apt-get install -y -q wget libssl-dev
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
timeout-minutes: 30
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Build & Install Dependencies
run: |
pip3 install --upgrade conan urllib3
Expand All @@ -102,7 +102,7 @@ jobs:
timeout-minutes: 30
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Build & Install Dependencies
run: |
export PATH=$PATH:/Library/Frameworks/Python.framework/Versions/2.7/bin
Expand All @@ -125,7 +125,7 @@ jobs:
runs-on: ubuntu-latest
container: python:${{ matrix.python-version }}
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Build & Install Dependencies
run: apt-get update && apt-get install -y -q libpng-dev
- name: Python Information
Expand Down

0 comments on commit f209553

Please sign in to comment.