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