Skip to content

Commit 64812ed

Browse files
chore(deps): update actions/checkout action to v6
1 parent 485e5bf commit 64812ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# SECURITY: With pull_request_target, checkout defaults to the base branch (main)
2222
# We must explicitly checkout the PR head to lint the actual changes
2323
- name: Check out Git repository
24-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
24+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2525
with:
2626
# Checkout the actual PR code, not the base branch
2727
ref: ${{ github.event.pull_request.head.sha }}

.github/workflows/trunk-upgrade.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
pull-requests: write
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
20+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2121

2222
- name: Run Trunk Upgrade
2323
uses: ./ # Use the local action for self-testing

0 commit comments

Comments
 (0)