Skip to content

Commit

Permalink
Upgrade actions/checkout from v3 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
tbnobody committed Nov 15, 2023
1 parent bd26d09 commit 7b9ddb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7b9ddb5

Please sign in to comment.