Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#140)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2023
1 parent 484ea3a commit efef78a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci_compatible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
outputs:
matrix: ${{ steps.diff-files.outputs.runtimes }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.8
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
matrix: ${{ fromJSON(needs.generator.outputs.matrix) }}
timeout-minutes: 35
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Testing the project
uses: ./.github/actions/pytester
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
# always and success is need for running if eventually pytester failed
if: always() && needs.collector.result == 'success'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Download 📥 summary
uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
if: always() && needs.collector.result == 'success'
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: "archive"
fetch-depth: 0 # fetch all history for all branches and tags
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install pkg
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_test-acts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Timeout: https://stackoverflow.com/a/59076067/4521646
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dockers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: docker/setup-buildx-action@v3
- name: Login to DockerHub
Expand Down

0 comments on commit efef78a

Please sign in to comment.