Skip to content

Commit

Permalink
Merge pull request #41 from flatcar/krnowak/bump-gh-actions
Browse files Browse the repository at this point in the history
.github: Bump github actions
  • Loading branch information
krnowak committed Feb 13, 2024
2 parents 97e6792 + 65d4550 commit eb2d78c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
contents: write
steps:
# checkout the sources
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# prepare build host
- name: install prerequisites
run: |
Expand All @@ -28,7 +28,7 @@ jobs:
run: release_build.sh

- name: delete previous latest release
uses: actions/checkout@v3
uses: actions/checkout@v4
run: gh release delete latest --cleanup-tag
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit eb2d78c

Please sign in to comment.