Skip to content

Commit

Permalink
Change github actions to checkout v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluhm committed Aug 23, 2024
1 parent 95ae233 commit f20e74d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
libdatetime-format-dateparse-perl \
libhtml-parser-perl
- name: Checkout sources
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Make syntax check
run: make

0 comments on commit f20e74d

Please sign in to comment.