Skip to content

Commit

Permalink
build: use action checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
thebaptiste committed Jan 31, 2024
1 parent 7e07fcc commit 03a1c7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: {% raw %}${{ github.event.client_payload.branch || github.ref }}{% endraw %}
Expand Down
2 changes: 1 addition & 1 deletion common_files/.github/workflows/mfxxx_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
{% endif %}
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: {% raw %}${{ github.event.client_payload.branch || github.ref }}{% endraw %}
Expand Down

0 comments on commit 03a1c7e

Please sign in to comment.