Skip to content

Commit

Permalink
Update to actions/checkout@v4 (#5653)
Browse files Browse the repository at this point in the history
Update to [actions/checkout@v4](https://github.com/actions/checkout/releases/tag/v4.0.0)

According to actions/checkout#1448 it might fix the issue we are encountering. Even if it doesn't, no apparent harm from using the latest version.
  • Loading branch information
orestisfl committed Sep 5, 2023
1 parent c6befec commit c1c405f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
BALTO_TOKEN: ${{ secrets.BALTO_TOKEN }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: git fetch --prune --unshallow
- name: construct container name
run: |
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
name: Check formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: check & print release notes
run: ./release-notes/generator.pl
- name: Install dependencies
Expand Down

0 comments on commit c1c405f

Please sign in to comment.