Skip to content

Commit

Permalink
Merge pull request #1 from stackers-network/renovate/actions-checkout…
Browse files Browse the repository at this point in the history
…-4.x

Update actions/checkout action to v4
  • Loading branch information
antonym authored Aug 30, 2024
2 parents ab7e589 + 8b258a2 commit 4d0221a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
options: --privileged

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

# - name: Log in to registry
# run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
Expand Down

0 comments on commit 4d0221a

Please sign in to comment.