Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/nicklasfrahm/k3se into main
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklasfrahm committed Apr 13, 2022
2 parents 3a15d04 + 3a5f84a commit 97a9aab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
steps:
- name: Check out
if: ${{ github.event_name != 'pull_request_target' }}
uses: actions/checkout@v2
uses: actions/checkout@v3

# Allow "dependabot[bot]" to verify its changes with access to secrets and modified code.
- name: Checkout for Dependabot
if: ${{ github.event_name == 'pull_request_target' }}
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}

Expand Down Expand Up @@ -83,10 +83,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Download release artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: binaries
path: release
Expand Down

0 comments on commit 97a9aab

Please sign in to comment.