Skip to content

Commit

Permalink
Merge pull request #103 from MusicPlayerDaemon/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/checkout-4

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
MaxKellermann authored Sep 13, 2023
2 parents 8f2e41f + 68d81d6 commit 5288093
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
iconv: [enabled, disabled]
steps:
- id: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- id: cache-ccache
uses: hendrikmuhs/ccache-action@v1
Expand Down Expand Up @@ -56,7 +56,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 Expand Up @@ -90,7 +90,7 @@ jobs:
runs-on: windows-latest
steps:
- id: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Meson Build
uses: BSFishy/meson-build@v1.0.3
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
runs-on: windows-latest
steps:
- id: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Add VisualStudio command line tools into path
uses: ilammy/msvc-dev-cmd@v1
Expand Down

0 comments on commit 5288093

Please sign in to comment.