Skip to content

Commit

Permalink
⬆️ Update actions/checkout action to v4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 22, 2024
1 parent 3c9cdd6 commit a240dea
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
pull-requests: write
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected].1
uses: actions/[email protected].3
- name: 🚀 Run Label Syncer
uses: micnncim/[email protected]
env:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/sync-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
if: ${{ github.head_ref == 'renovate/lock-file-maintenance' }}
steps:
- name: ⤵️ Checkout Code
uses: actions/[email protected].1
uses: actions/[email protected].3

- name: 📝 Log the current file
run: |
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
changed: ${{ steps.check-changes.outputs.changed }}
steps:
- name: ⤵️ Checkout Code
uses: actions/[email protected].1
uses: actions/[email protected].3

- name: ⤵️ Download artifact
uses: actions/[email protected]
Expand All @@ -92,7 +92,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Checkout Code
uses: actions/[email protected].1
uses: actions/[email protected].3
with:
repository: ${{ github.event.repository.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
Expand Down
2 changes: 1 addition & 1 deletion template/.github/workflows/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
pull-requests: write
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected].1
uses: actions/[email protected].3
- name: 🚀 Run Label Syncer
uses: micnncim/[email protected]
env:
Expand Down
10 changes: 5 additions & 5 deletions template/.github/workflows/linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected].1
uses: actions/[email protected].3
- name: 🏗 Set up Poetry
run: pipx install poetry
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
Expand All @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected].1
uses: actions/[email protected].3
- name: 🏗 Set up Poetry
run: pipx install poetry
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
Expand All @@ -64,7 +64,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected].1
uses: actions/[email protected].3
- name: 🏗 Set up Poetry
run: pipx install poetry
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected].1
uses: actions/[email protected].3
- name: 🏗 Set up Poetry
run: pipx install poetry
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
Expand All @@ -134,7 +134,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected].1
uses: actions/[email protected].3
- name: 🏗 Set up Poetry
run: pipx install poetry
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
Expand Down
4 changes: 2 additions & 2 deletions template/.github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python: ["3.11", "3.12"]
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected].1
uses: actions/[email protected].3
- name: 🏗 Set up Poetry
run: pipx install poetry
- name: 🏗 Set up Python ${{ matrix.python }}
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
needs: pytest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected].1
uses: actions/[email protected].3
with:
fetch-depth: 0
- name: ⬇️ Download coverage data
Expand Down
2 changes: 1 addition & 1 deletion template/.github/workflows/typing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected].1
uses: actions/[email protected].3
- name: 🏗 Set up Poetry
run: pipx install poetry
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
Expand Down

0 comments on commit a240dea

Please sign in to comment.