From f84356c9c685beea86b5ea966794558a3a2245f1 Mon Sep 17 00:00:00 2001 From: BF2 Robot Date: Wed, 23 Oct 2024 15:05:08 +0000 Subject: [PATCH] chore(deps): update actions/checkout action --- .github/workflows/maven.yml | 2 +- .github/workflows/renovate.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index b161d7dd..e11e2531 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up JDK 11 uses: actions/setup-java@v1 with: diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 6ff96f70..9d66f2a3 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2.0.0 + uses: actions/checkout@v4.2.2 - run: 'echo "{\"repositories\": [\"${GITHUB_REPOSITORY}\"]}" >renovate-self-hosted-config.json' - run: cat renovate-self-hosted-config.json - name: Self-hosted Renovate