From d15bda6f83066c4f21facf27cf32b9c4c8fc1991 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Mon, 25 Aug 2025 09:49:26 +0200 Subject: [PATCH] CI: update actions/checkout --- .github/workflows/build.yml | 4 ++-- .github/workflows/maint.yml | 2 +- .github/workflows/test.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 21d471b..d64db7b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: run: | echo "$CONTEXT" - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: persist-credentials: false @@ -131,7 +131,7 @@ jobs: Get-PSDrive -PSProvider FileSystem Get-CIMInstance -Class Win32_Processor | Select-Object -Property Name - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: persist-credentials: false diff --git a/.github/workflows/maint.yml b/.github/workflows/maint.yml index 0e7dce4..e1bdd9c 100644 --- a/.github/workflows/maint.yml +++ b/.github/workflows/maint.yml @@ -40,7 +40,7 @@ jobs: run: | echo "$CONTEXT" - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: persist-credentials: false diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6b361be..34d65c1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: python-version: ['3.11', '3.12', '3.13'] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: persist-credentials: false - name: Set up Python ${{ matrix.python-version }} @@ -52,7 +52,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: persist-credentials: false