diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4743403..47f4c97 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - uses: asdf-vm/actions/install@v4 @@ -30,7 +30,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - uses: asdf-vm/actions/install@v4 @@ -48,7 +48,7 @@ jobs: - run: sudo zfs create zfs-pool2/unencrypted - run: echo "ddddddddddddddddddddddddddddddd" > /tmp/zfs-key - run: sudo zfs create -o encryption=on -o keylocation=file:///tmp/zfs-key -o keyformat=raw -u -v zfs-pool2/encrypted - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - uses: asdf-vm/actions/install@v4 @@ -65,7 +65,7 @@ jobs: issues: write # to be able to comment on released issues pull-requests: write # to be able to comment on released pull requests steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - uses: asdf-vm/actions/install@v4 @@ -97,7 +97,7 @@ jobs: VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }} VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install Vercel CLI run: npm install --global vercel@latest - name: Pull Vercel Environment Information