[gh-actions](deps): Bump actions/checkout from 3 to 4 #111

Open
dependabot[bot] wants to merge 1 commit from dependabot/github_actions/actions/checkout-4 into main
5 changed files with 5 additions and 5 deletions

View file

@ -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 }}

View file

@ -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

View file

@ -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:

View file

@ -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:

View file

@ -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: