From 9d7d4897a95b99c7bbaf4af7dab6ac692b069375 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 18:45:10 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/fossa.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fossa.yml b/.github/workflows/fossa.yml index d88c404e..20ceef4a 100644 --- a/.github/workflows/fossa.yml +++ b/.github/workflows/fossa.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Download fossa cli run: |- mkdir -p $HOME/.local/bin diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3584c0a6..74703249 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - name: Use Node.js uses: actions/setup-node@v3 with: