Skip to content

Commit 56eb0d7

Browse files
committed
Merge branch 'dependabot/github_actions/actions/checkout-5' of github.com:MusicPlayerDaemon/ncmpc
2 parents b8c4e65 + 0746f73 commit 56eb0d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
steps:
5959
- id: checkout
60-
uses: actions/checkout@v4
60+
uses: actions/checkout@v5
6161

6262
- name: Install dependencies
6363
run: |
@@ -112,7 +112,7 @@ jobs:
112112
runs-on: macos-latest
113113
steps:
114114
- id: checkout
115-
uses: actions/checkout@v4
115+
uses: actions/checkout@v5
116116

117117
- uses: actions/setup-python@v6
118118
with:

0 commit comments

Comments
 (0)