Skip to content

Commit

Permalink
workflow: Use different checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
spacefrogg committed May 21, 2024
1 parent 391ff2f commit 490c606
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/flake-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v4
- run: /usr/bin/git config --global --add safe.directory /github/workspace
- uses: actions/checkout@f095bcc56b7c2baf48f3ac70d6d6782f4f553222
- uses: docker://ghcr.io/fluidattacks/makes/amd64:24.02
with:
args: m . /build

0 comments on commit 490c606

Please sign in to comment.