Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DS-970: Add Magic Nix Cache and other workflow changes #11

Merged
merged 2 commits into from
Jul 24, 2023
Merged

Conversation

flexiondotorg
Copy link
Member

An assortment of GitHub Workflow changes, potentially including:

  • Enable DeterminateSystems/magic-nix-cache-action@main
  • Reference all DeterminateSystems actions via @main
  • Make update.yaml consistent across repos
  • Remove unnecessary github-token: from nix-installer-action
  • Update actions/checkout@v2 to actions/checkout@v3

 An assortment of GitHub Workflow changes, potentially including:

- Enable DeterminateSystems/magic-nix-cache-action@main
- Reference all DeterminateSystems actions via @main
- Make update.yaml consistent across repos
- Remove unnecessary github-token: from nix-installer-action
- Update actions/checkout@v2 to actions/checkout@v3
@@ -14,6 +14,6 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: DeterminateSystems/nix-installer-action@main
- uses: actions/checkout@v3
- uses: DeterminateSystems/magic-nix-cache-action@main
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think you intended to delete this line.

@flexiondotorg
Copy link
Member Author

@Hoverbear Thanks for the feedback. You're right; I didn't mean to delete the checkout 🤦 I've pushed an update which returns the missing checkout step.

@Hoverbear Hoverbear merged commit 99fe7b1 into main Jul 24, 2023
2 checks passed
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.

2 participants