Skip to content

Commit

Permalink
update checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Feb 15, 2024
1 parent b21c8d6 commit a96c2f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: |
echo "$GITHUB_CONTEXT"
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: fabasoad/data-format-converter-action@main
id: matrix
with:
Expand All @@ -35,7 +35,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up QEMU
if: ${{ !github.event.act }}
Expand Down

0 comments on commit a96c2f6

Please sign in to comment.