Upgrade actions/checkout from v3 to v4

This commit is contained in:
Thomas Basler 2023-11-15 16:38:30 +01:00
parent bd26d09564
commit 7b9ddb5033

View File

@ -15,7 +15,7 @@ jobs:
name: Gather Environments
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Cache pip
uses: actions/cache@v3
@ -50,7 +50,7 @@ jobs:
matrix:
environment: ${{ fromJSON(needs.get_default_envs.outputs.environments) }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Get tags
run: git fetch --force --tags origin
@ -115,7 +115,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build Changelog
id: github_release