Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

chore(deps): pin actions/checkout action to b4ffde6 #235

Merged
merged 1 commit into from
Feb 26, 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
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
env:
CONTAINER_ENGINE: podman
steps:
- uses: actions/checkout@v4 # default branch will be checked out by default on scheduled workflows
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 # default branch will be checked out by default on scheduled workflows
with:
fetch-depth: 0

Expand Down