From 7204f1e45c9e4be48a3339945ed1f631f91c2d9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 05:00:54 +0000 Subject: [PATCH] chore: bump actions/checkout from 4.1.2 to 4.1.3 in /.github/workflows in the gha group (#199) --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index b9d5ed2..1303448 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -8,7 +8,7 @@ jobs: publish: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4.1.2 + - uses: actions/checkout@v4.1.3 - uses: actions/setup-node@v4.0.2 with: node-version: "20.5.1" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44c28f6..de77ae2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout repository - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.3 - name: Get Node version from Node manifest run: echo "NODE_VER=$(curl -s https://nwjs.io/versions | jq -r ".versions[0].components.node")" >> $GITHUB_ENV - name: Setup Node