Skip to content

Commit

Permalink
Bump actions/checkout from 2 to 4 (#138)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 22, 2024
1 parent 237ff3e commit 0180c50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
run: |
sudo apt install -y make rsync
# Checkout Main Repo
- uses: actions/checkout@v2
- uses: actions/checkout@v4

# Checkout Wiki Repo
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
repository: ${{github.repository}}.wiki
persist-credentials: true
Expand Down

0 comments on commit 0180c50

Please sign in to comment.