Skip to content

Commit

Permalink
Deps: Use actions/checkout@v3 for doc-coverage-clang and update-header
Browse files Browse the repository at this point in the history
v3 of this action got released long time ago.
  • Loading branch information
bjoernricks committed Jul 12, 2023
1 parent 21d0039 commit 85ded14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc-coverage-clang/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
using: "composite"
steps:
- name: Checkout the repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install coverxygen and codecov
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion update-header/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ branding:
runs:
using: "composite"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: ${{ env.FETCH_DEPTH }}
ref: ${{ inputs.target }}
Expand Down

0 comments on commit 85ded14

Please sign in to comment.