this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

⬆️ Update actions/checkout action to v6 (#43)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
ff904121 9e7d33f9

+7 -7
+1 -1
.github/workflows/clean-gh-pages.yml
··· 12 12 contents: write 13 13 steps: 14 14 - name: Checkout gh-pages branch 15 - uses: actions/checkout@v5 15 + uses: actions/checkout@v6 16 16 with: 17 17 ref: gh-pages 18 18 - name: Install gh CLI
+1 -1
.github/workflows/database.yml
··· 14 14 name: Rebuild database 15 15 steps: 16 16 - name: Checkout repository 17 - uses: actions/checkout@v5 17 + uses: actions/checkout@v6 18 18 with: 19 19 ssh-key: ${{ secrets.AUTOCOMMIT_KEY }} 20 20 - name: Install native dependencies
+1 -1
.github/workflows/deploy.yml
··· 22 22 url: https://${{ matrix.lang }}.gwen.works 23 23 steps: 24 24 - name: Checkout code 25 - uses: actions/checkout@v5 25 + uses: actions/checkout@v6 26 26 - name: Setup Bun 27 27 uses: oven-sh/setup-bun@v2 28 28 with:
+1 -1
.github/workflows/format.yml
··· 13 13 actions: write 14 14 15 15 steps: 16 - - uses: actions/checkout@v5 16 + - uses: actions/checkout@v6 17 17 with: 18 18 ssh-key: ${{ secrets.AUTOCOMMIT_KEY }} 19 19
+1 -1
.github/workflows/preview.yml
··· 24 24 25 25 steps: 26 26 - name: Checkout code 27 - uses: actions/checkout@v5 27 + uses: actions/checkout@v6 28 28 29 29 - name: Setup Bun 30 30 uses: oven-sh/setup-bun@v2
+2 -2
.github/workflows/test.yml
··· 21 21 container: 22 22 image: ghcr.io/gwennlbh/playwright-bun:v1.56.1 23 23 steps: 24 - - uses: actions/checkout@v5 24 + - uses: actions/checkout@v6 25 25 with: 26 26 ssh-key: ${{ secrets.AUTOCOMMIT_KEY }} 27 27 ··· 66 66 name: Visual diffing for PR #${{ github.event.pull_request.number }} 67 67 url: ${{ steps.deploy-to-gh-pages.outputs.page_url }} 68 68 steps: 69 - - uses: actions/checkout@v5 69 + - uses: actions/checkout@v6 70 70 71 71 # Probably due to using a container 72 72 - name: Fix dubious ownership of .git dir