Skip to content

Commit

Permalink
chore: (deps): bump actions/checkout from 3 to 4 (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 4, 2023
1 parent 3c17eb1 commit 7163d86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
# Clones repository so it has access to the files
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
# Checks mcfunction files for errors
- name: Check commands
uses: mcbeet/check-commands@v1
Expand All @@ -46,7 +46,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run PackSquash
Expand Down

0 comments on commit 7163d86

Please sign in to comment.