Skip to content

Commit 6f572bc

Browse files
committed
chore: Update GitHub Actions to use latest versions of checkout and upload-pages-artifact
1 parent 2e0a8ed commit 6f572bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ jobs:
66
tests:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v4
1010
- uses: cachix/install-nix-action@v22
1111
#with:
1212
# github_access_token: ${{ secrets.GITHUB_TOKEN }}
1313
- run: nix develop .#ci --command echo shellHook
1414
- run: nix flake check
1515

1616
- name: Upload artifact
17-
uses: actions/upload-pages-artifact@v2
17+
uses: actions/upload-pages-artifact@v3
1818
with:
1919
path: dist
2020

0 commit comments

Comments
 (0)