-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⬆️ Update actions/checkout action to v4.1.5
- Loading branch information
1 parent
4fa0c06
commit 04e8b89
Showing
6 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
pull-requests: write | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
- name: 🚀 Run Label Syncer | ||
uses: micnncim/[email protected] | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
if: ${{ github.head_ref == 'renovate/lock-file-maintenance' }} | ||
steps: | ||
- name: ⤵️ Checkout Code | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
|
||
- name: 📝 Log the current file | ||
run: | | ||
|
@@ -66,7 +66,7 @@ jobs: | |
changed: ${{ steps.check-changes.outputs.changed }} | ||
steps: | ||
- name: ⤵️ Checkout Code | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
|
||
- name: ⤵️ Download artifact | ||
uses: actions/[email protected] | ||
|
@@ -92,7 +92,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: ⤵️ Checkout Code | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
repository: ${{ github.event.repository.full_name }} | ||
ref: ${{ github.event.pull_request.head.ref }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
pull-requests: write | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
- name: 🚀 Run Label Syncer | ||
uses: micnncim/[email protected] | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
- name: 🏗 Set up Poetry | ||
run: pipx install poetry | ||
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} | ||
|
@@ -39,7 +39,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
- name: 🏗 Set up Poetry | ||
run: pipx install poetry | ||
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} | ||
|
@@ -64,7 +64,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
- name: 🏗 Set up Poetry | ||
run: pipx install poetry | ||
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} | ||
|
@@ -111,7 +111,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
- name: 🏗 Set up Poetry | ||
run: pipx install poetry | ||
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} | ||
|
@@ -134,7 +134,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
- name: 🏗 Set up Poetry | ||
run: pipx install poetry | ||
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
python: ["3.11", "3.12"] | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
- name: 🏗 Set up Poetry | ||
run: pipx install poetry | ||
- name: 🏗 Set up Python ${{ matrix.python }} | ||
|
@@ -47,7 +47,7 @@ jobs: | |
needs: pytest | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
fetch-depth: 0 | ||
- name: ⬇️ Download coverage data | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
- name: 🏗 Set up Poetry | ||
run: pipx install poetry | ||
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} | ||
|