Skip to content

Commit

Permalink
update to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
vifer committed Jan 11, 2024
1 parent 9be1dcd commit 56b2e95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:
name: "Package stability ${{ matrix.stability }}"
runs-on: ubuntu-latest
permissions:
- contents: read
contents: read

strategy:
matrix:
stability: [ 'stable', 'lowest' ]

steps:
- name: Checkout Repo
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Build Container
run: make build
Expand Down

0 comments on commit 56b2e95

Please sign in to comment.