Skip to content

Commit

Permalink
Merge pull request #1865 from MusicPlayerDaemon/dependabot/github_act…
Browse files Browse the repository at this point in the history
…ions/actions/checkout-4

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
MaxKellermann authored Sep 16, 2023
2 parents 992488c + f53dde9 commit c74cf79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

steps:
- id: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- id: cache-ccache
uses: hendrikmuhs/ccache-action@v1
with:
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
runs-on: macos-latest
steps:
- id: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- id: cache-ccache
uses: hendrikmuhs/ccache-action@v1
Expand Down

0 comments on commit c74cf79

Please sign in to comment.