Skip to content

Update workflow file actions version#64

Merged
saumier merged 1 commit intomasterfrom
bugfix/issue-63
Mar 17, 2026
Merged

Update workflow file actions version#64
saumier merged 1 commit intomasterfrom
bugfix/issue-63

Conversation

@AbhishekPAnil
Copy link

@AbhishekPAnil AbhishekPAnil commented Mar 16, 2026

The CI workflow is failing with a 401 Unauthorized error when GitHub Actions tries to download actions/checkout@v2. This is a known issue with old action version pins — GitHub's API has stricter auth requirements for old action versions, and the default GITHUB_TOKEN no longer has sufficient scope to download them. The fix is to bump both actions to current major versions.

@saumier saumier merged commit d34106f into master Mar 17, 2026
1 check passed
@saumier saumier removed their assignment Mar 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CI Workflow Failure – Unauthorized error when downloading actions/checkout

2 participants