Update actions/checkout action to v5 #3

Merged
Thilawyn merged 1 commits from renovate/actions-checkout-5.x into master 2025-09-18 01:54:38 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 697f33490c - Show all commits

View File

@@ -14,7 +14,7 @@ jobs:
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v5
- name: Login to Container Registry - name: Login to Container Registry
if: ${{ gitea.event_name != 'pull_request' }} if: ${{ gitea.event_name != 'pull_request' }}

View File

@@ -14,7 +14,7 @@ jobs:
with: with:
node-version: "22.19.0" node-version: "22.19.0"
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v5
- name: Install dependencies - name: Install dependencies
run: bun install --frozen-lockfile run: bun install --frozen-lockfile
- name: Lint TypeScript - name: Lint TypeScript