mirror of
https://github.com/opus-tango/skills-resolve-merge-conflicts.git
synced 2026-03-20 03:55:26 +00:00
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
4
.github/workflows/0-welcome.yml
vendored
4
.github/workflows/0-welcome.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- id: get_step
|
- id: get_step
|
||||||
run: |
|
run: |
|
||||||
echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT
|
echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT
|
||||||
@@ -50,7 +50,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
# We'll need to check out the repository so that we can edit the README.
|
# We'll need to check out the repository so that we can edit the README.
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0 # Let's get all the branches.
|
fetch-depth: 0 # Let's get all the branches.
|
||||||
|
|
||||||
|
|||||||
4
.github/workflows/1-create-a-pr.yml
vendored
4
.github/workflows/1-create-a-pr.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- id: get_step
|
- id: get_step
|
||||||
run: |
|
run: |
|
||||||
echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT
|
echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT
|
||||||
@@ -49,7 +49,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
# We'll need to check out the repository so that we can edit the README.
|
# We'll need to check out the repository so that we can edit the README.
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0 # Let's get all the branches.
|
fetch-depth: 0 # Let's get all the branches.
|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- id: get_step
|
- id: get_step
|
||||||
run: |
|
run: |
|
||||||
echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT
|
echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT
|
||||||
@@ -51,7 +51,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
# We'll need to check out the repository so that we can edit the README.
|
# We'll need to check out the repository so that we can edit the README.
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0 # Let's get all the branches.
|
fetch-depth: 0 # Let's get all the branches.
|
||||||
ref: my-resume
|
ref: my-resume
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- id: get_step
|
- id: get_step
|
||||||
run: |
|
run: |
|
||||||
echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT
|
echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT
|
||||||
@@ -52,7 +52,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
# We'll need to check out the repository so that we can edit the README.
|
# We'll need to check out the repository so that we can edit the README.
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0 # Let's get all the branches.
|
fetch-depth: 0 # Let's get all the branches.
|
||||||
ref: my-resume
|
ref: my-resume
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- id: get_step
|
- id: get_step
|
||||||
run: |
|
run: |
|
||||||
echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT
|
echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT
|
||||||
@@ -50,7 +50,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
# We'll need to check out the repository so that we can edit the README.
|
# We'll need to check out the repository so that we can edit the README.
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0 # Let's get all the branches.
|
fetch-depth: 0 # Let's get all the branches.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user