From c0d1c6bef7448d43f784d18d426b86a675ef0a04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jan 2024 15:26:11 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yaml | 2 +- .github/workflows/release.yaml | 6 +++--- .github/workflows/test.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) mode change 100755 => 100644 .github/workflows/release.yaml diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index f4db5800aa..03b4d0163b 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -24,7 +24,7 @@ jobs: run: apk add bash git tar file make build-base sqlite graphviz just - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 2 # needed for action-detect-and-tag-new-version # - diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml old mode 100755 new mode 100644 index 1565e9ef06..2c97d8a4e9 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -30,7 +30,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 2 # needed for action-detect-and-tag-new-version - @@ -116,7 +116,7 @@ jobs: # access_token: ${{ github.token }} # - name: Install git # needed for checkout with fetch-depth # run: apt-get update -q -y && apt-get install -q -y git - # - uses: actions/checkout@v2 + # - uses: actions/checkout@v4 # with: # fetch-depth: 2 # needed for action-detect-and-tag-new-version # - name: Trust my repo @@ -200,7 +200,7 @@ jobs: # steps: # - # name: Checkout - # uses: actions/checkout@v2 + # uses: actions/checkout@v4 # with: # fetch-depth: 2 # needed for action-detect-and-tag-new-version # - diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 8f9298f52d..9292e9f114 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -46,7 +46,7 @@ jobs: run: apk add bash git tar file make build-base sqlite just - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 2 # needed for action-detect-and-tag-new-version # - name: Set up Elixir @@ -129,7 +129,7 @@ jobs: # run: apk add git tar file # - # name: Checkout repo - # uses: actions/checkout@v2 + # uses: actions/checkout@v4 # with: # fetch-depth: 2 # needed for action-detect-and-tag-new-version # # - name: Set up Elixir