Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(github-action): update actions/checkout ( v4.1.6 → v4.1.7 ) #359

Merged
merged 1 commit into from
Jun 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(github-action): update actions/checkout ( v4.1.6 → v4.1.7 )
| datasource  | package          | from   | to     |
| ----------- | ---------------- | ------ | ------ |
| github-tags | actions/checkout | v4.1.6 | v4.1.7 |
  • Loading branch information
bloopy-boi[bot] authored Jun 12, 2024

Verified

This commit was signed with the committer’s verified signature.
clsiguret Clea Siguret
commit bc610f150aced079feb1bef44dc71c08a0b360a6
2 changes: 1 addition & 1 deletion .github/workflows/schedule-broken-link-check.yaml
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
private_key: "${{ secrets.APP_PRIVATE_KEY }}"

- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
token: "${{ steps.generate-token.outputs.token }}"

Loading