[gh-actions](deps): Bump actions/checkout from 3 to 4 #111
5 changed files with 5 additions and 5 deletions
2
.github/workflows/add-changelog-snippet.yml
vendored
2
.github/workflows/add-changelog-snippet.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
||||||
if: contains(github.event.pull_request.labels.*.name, 'CHANGELOG-missing')
|
if: contains(github.event.pull_request.labels.*.name, 'CHANGELOG-missing')
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.event.pull_request.head.ref }}
|
ref: ${{ github.event.pull_request.head.ref }}
|
||||||
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
||||||
|
|
|
||||||
2
.github/workflows/codespell.yml
vendored
2
.github/workflows/codespell.yml
vendored
|
|
@ -17,6 +17,6 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- name: Codespell
|
- name: Codespell
|
||||||
uses: codespell-project/actions-codespell@v2
|
uses: codespell-project/actions-codespell@v2
|
||||||
|
|
|
||||||
2
.github/workflows/docbuild.yml
vendored
2
.github/workflows/docbuild.yml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git config --global user.email "test@github.land"
|
git config --global user.email "test@github.land"
|
||||||
git config --global user.name "GitHub Almighty"
|
git config --global user.name "GitHub Almighty"
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Python 3.11
|
- name: Set up Python 3.11
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
||||||
if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'release')
|
if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'release')
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout source
|
- name: Checkout source
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
# Check out all history so that the previous release tag can be
|
# Check out all history so that the previous release tag can be
|
||||||
# found:
|
# found:
|
||||||
|
|
|
||||||
2
.github/workflows/test_crippledfs.yml
vendored
2
.github/workflows/test_crippledfs.yml
vendored
|
|
@ -27,7 +27,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git config --global user.email "test@github.land"
|
git config --global user.email "test@github.land"
|
||||||
git config --global user.name "GitHub Almighty"
|
git config --global user.name "GitHub Almighty"
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Python 3.8
|
- name: Set up Python 3.8
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue