From 111a021874a09617274e8cab88ca2d59378a9bc1 Mon Sep 17 00:00:00 2001 From: Thomas Merz Date: Fri, 22 Dec 2023 14:36:36 +0100 Subject: [PATCH] =?utf8?q?=F0=9F=91=B7=20use=20latest=20major=20version=20?= =?utf8?q?for=20actions/checkout?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .github/workflows/lint.yml | 2 +- .github/workflows/run-automations.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b1aacf0..2d0f0dc 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,7 +8,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Use Node.js uses: actions/setup-node@v1 with: diff --git a/.github/workflows/run-automations.yml b/.github/workflows/run-automations.yml index ad45105..0f41e45 100644 --- a/.github/workflows/run-automations.yml +++ b/.github/workflows/run-automations.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - run: git config --global --add safe.directory /github/workspace - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Use Node.js uses: actions/setup-node@v1 with: -- 2.47.2