diff --git a/.forgejo/workflows/check.yml b/.forgejo/workflows/check.yml index 646fb33..295c907 100644 --- a/.forgejo/workflows/check.yml +++ b/.forgejo/workflows/check.yml @@ -3,7 +3,7 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: install nix action uses: https://github.com/DeterminateSystems/nix-installer-action@v5 with: diff --git a/.forgejo/workflows/fmt.yml b/.forgejo/workflows/fmt.yml index bd5f504..ee8beee 100644 --- a/.forgejo/workflows/fmt.yml +++ b/.forgejo/workflows/fmt.yml @@ -3,9 +3,9 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: install nix action uses: https://github.com/DeterminateSystems/nix-installer-action@v5 with: github-token: ${{ secrets.GH_TOKEN }} - - run: nix run nixpkgs#alejandra -- -c . \ No newline at end of file + - run: nix run nixpkgs#alejandra -- -c .