From ae991a3390e9decef1eed0e7592f071722de4ce4 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 22 Sep 2023 19:19:05 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/file-sync.yml | 2 +- .github/workflows/label-sync.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/file-sync.yml b/.github/workflows/file-sync.yml index 01c9a97..58f254c 100644 --- a/.github/workflows/file-sync.yml +++ b/.github/workflows/file-sync.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repository - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.1.0 - name: Copy needed files run: | Copy-Item ".github/ISSUE_TEMPLATE/config.yml" ".github/ISSUE_TEMPLATE/private/" diff --git a/.github/workflows/label-sync.yml b/.github/workflows/label-sync.yml index 7605153..693ae4c 100644 --- a/.github/workflows/label-sync.yml +++ b/.github/workflows/label-sync.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.1.0 - uses: EndBug/label-sync@v2.3.2 with: config-file: |