Skip to content

Commit 4be0196

Browse files
chore(deps): update actions/checkout action to v6 (#547)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d2461ae commit 4be0196

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-ffi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
update:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313

1414
- run: |
1515
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"

0 commit comments

Comments
 (0)