Skip to content

Commit

Permalink
Merge pull request #144 from serokell/update-checkout-action
Browse files Browse the repository at this point in the history
[Chore] Update "actions/checkout"
  • Loading branch information
rvem authored Dec 14, 2023
2 parents 522bfc6 + f29b7be commit 422b1ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
check:
runs-on: [self-hosted, nix]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: reuse lint
run: nix shell .#packages.x86_64-linux.reuse -c reuse lint
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
runs-on: [self-hosted, nix]
if: ${{ github.ref == 'refs/heads/master' }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: deploy webdemo
run: |
Expand Down

0 comments on commit 422b1ae

Please sign in to comment.