Skip to content

Commit c349db0

Browse files
authored
Merge pull request #217 from firefly-iii/dependabot/github_actions/actions/checkout-5
2 parents 33494ff + 398a4d0 commit c349db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
- name: Install packages
1414
run: |
1515
sudo apt update -y

0 commit comments

Comments
 (0)