Skip to content

Commit

Permalink
actions: Update checkout to v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
hharte committed Sep 22, 2024
1 parent c2eafa7 commit 6d999da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 1

Expand All @@ -36,7 +36,7 @@ jobs:
- name: tag
uses: EndBug/latest-tag@latest
with:
tag-name: dev
ref: dev
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -51,7 +51,7 @@ jobs:
fail-if-no-release: false

- name: release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
name: Development build ${{ env.RELEASE_DATE }}
files: |
Expand All @@ -64,7 +64,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 1

Expand All @@ -81,7 +81,7 @@ jobs:
build-macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
coverity:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 1

Expand Down

0 comments on commit 6d999da

Please sign in to comment.