Error: Unable to resolve action `swift-actions/setup-swift@v1`, unable to find version `v1`
See original GitHub issueDescribe the bug Workflow configuration. Example Action run log.
Workflow configuration (please complete the following information):
- Action version (
uses
): swift-actions/setup-swift@v1 - Platform (
runs-on
): macos-latest - Swift version (
swift-version
): 5.7
Issue Analytics
- State:
- Created a year ago
- Reactions:8
- Comments:7
Top Results From Across the Web
Unable to find actions actions/setup-node@v2 #211 - GitHub
Upon running the action we get the following message. .github#L1 Unable to resolve action `actions/setup-node@v2`, unable to find version ...
Read more >github actions - issue in checkout action - Stack Overflow
When you want to use an action, you specify the action name and the version of the action to run. This line: -...
Read more >Dealing with flaky GitHub Actions - EpiForecasts
This can be caused by an incompatibility between package new versions or by intermittent failure while trying to reach the CRAN-like server. A ......
Read more >Code scanning: deprecation of CodeQL Action v1
The CodeQL Action v1 will be deprecated at the same time as GHES 3.3 ... and is therefore unable to run the v2...
Read more >Intro to GitHub Actions for .NET - Microsoft Developer Blogs
Hi friends, I put together posts where I'm going to teach you the basics of the GitHub Actions platform. In this post, you'll...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Sorry everyone, something went awry with the v1 tag during release yesterday, everything should work now. For future reference (and I’ll add this to the readme) you can always use specific versions as well like
swift-actions/setup-swift@v1.17.0
(together with dependabot to keep it up-to-date).I apologise for the outtake.
RIP all swift builds on GitHub Actions