Skip to content

Commit be1b08a

Browse files
authored
Merge pull request #142 from projectsyn/renovate/actions-checkout-5.x
Update missed `actions/checkout` to v5
2 parents 4883252 + f3b8940 commit be1b08a

File tree

1 file changed

+1
-1
lines changed
  • {{ cookiecutter.slug }}/.github/workflows

1 file changed

+1
-1
lines changed

{{ cookiecutter.slug }}/.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- lint_yaml
1919
- lint_adoc
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
- name: Run {% raw %}${{ matrix.command }}{% endraw %}
2323
run: make {% raw %}${{ matrix.command }}{% endraw %}
2424
editorconfig:

0 commit comments

Comments
 (0)