mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-22 19:29:18 +01:00
Merge pull request #251 from MustardChef/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 2 to 4
This commit is contained in:
commit
f756732e90
12
.github/workflows/update.yml
vendored
12
.github/workflows/update.yml
vendored
@ -92,7 +92,7 @@ jobs:
|
|||||||
delete_workflow_pattern: "Check update"
|
delete_workflow_pattern: "Check update"
|
||||||
|
|
||||||
- name: Checkout Again! 🔄
|
- name: Checkout Again! 🔄
|
||||||
uses: actions/checkout@v4.1.1
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
SHOULD_BUILD: ${{ env.SHOULD_BUILD }}
|
SHOULD_BUILD: ${{ env.SHOULD_BUILD }}
|
||||||
@ -113,12 +113,12 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout 🔄
|
- name: Checkout 🔄
|
||||||
uses: actions/checkout@v4.1.1
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
@ -176,12 +176,12 @@ jobs:
|
|||||||
if: needs.check.outputs.SHOULD_BUILD == 'yes'
|
if: needs.check.outputs.SHOULD_BUILD == 'yes'
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout 🔄
|
- name: Checkout 🔄
|
||||||
uses: actions/checkout@v4.1.1
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
@ -244,7 +244,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout 🔄
|
- name: Checkout 🔄
|
||||||
uses: actions/checkout@v4.1.1
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Prepare release tag 🏷️
|
- name: Prepare release tag 🏷️
|
||||||
id: releasetag
|
id: releasetag
|
||||||
|
Loading…
Reference in New Issue
Block a user