Skip to content

Commit db9a836

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dispath-update.yml

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

1414
- name: Extract tag name
1515
run: echo "TAG_NAME=${{ github.event.client_payload.tag }}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)