Skip to content

Commit

Permalink
.github: use actions/checkout@v4
Browse files Browse the repository at this point in the history
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
  • Loading branch information
metux committed Sep 7, 2023
1 parent 4950bfa commit 1d4680c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-worker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runs:
using: "composite"
steps:
- name: Clone repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 5

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ${{ matrix.os }}
timeout-minutes: 1440
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-worker

# cache apt repo and state, so we don't need full rebuild every time
Expand Down

0 comments on commit 1d4680c

Please sign in to comment.