Skip to content

Commit e1e1388

Browse files
authored
Merge pull request #13 from pkgforge-dev/renovate/actions-checkout-6.x
chore(deps): update actions/checkout action to v6
2 parents 244975e + bb9dfa8 commit e1e1388

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424

2525
- name: Install dependencies
2626
run: |

0 commit comments

Comments
 (0)