Skip to content

Commit

Permalink
refactor: ci pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluisq committed Nov 25, 2023
1 parent ce17ab2 commit b6d88ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Test
uses: addnab/docker-run-action@v1
uses: addnab/docker-run-action@v3
with:
image: joseluisq/paket
options: -v ${{ github.workspace }}:/gitnow
Expand All @@ -26,9 +26,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Test
uses: addnab/docker-run-action@v1
uses: addnab/docker-run-action@v3
with:
image: joseluisq/paket
options: -v ${{ github.workspace }}:/gitnow
Expand Down

0 comments on commit b6d88ed

Please sign in to comment.