mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #1508] actions/checkout@v3 not working with ghcr.io/catthehacker/ubuntu:full-latest #771
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#771
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @codebydant on GitHub (Dec 13, 2022).
Original GitHub issue: https://github.com/nektos/act/issues/1508
Bug report info
Hi folks,
Greetings.
I think there is an issue using the latest checkout version v3 with the image:
Command used with act
.actrcDescribe issue
It seems when running the latest checkout action v3, the pipeline fails with an error. After I set the checkout version from v3 to v2, then it works as expected.
Link to GitHub repository
No response
Workflow content
Relevant log output
actions/checkout@v3actions/checkout@v2Additional information
No response
@ZauberNerd commented on GitHub (Dec 13, 2022):
It's a problem with
actions/checkout: https://github.com/actions/checkout/issues/1042You can work around it for now by referencing
actions/checkout@v3.1.0oractions/checkout@v3.2.0directly.