diff --git a/.github/workflows/cheatsheet.yml b/.github/workflows/cheatsheet.yml index 1defd7cd17..2a30bf942b 100644 --- a/.github/workflows/cheatsheet.yml +++ b/.github/workflows/cheatsheet.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest if: "'refs/heads/master' != github.ref && 'refs/heads/develop' != github.ref && !startsWith(github.ref, 'refs/tags/')" steps: - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.1.1 with: fetch-depth: 0 - name: Install dependencies diff --git a/.github/workflows/combine-dependabot-updates.yml b/.github/workflows/combine-dependabot-updates.yml index 821bb5eaef..3ea127b458 100644 --- a/.github/workflows/combine-dependabot-updates.yml +++ b/.github/workflows/combine-dependabot-updates.yml @@ -17,7 +17,7 @@ jobs: combine-prs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.1.1 with: fetch-depth: 0 token: "${{ secrets.RENKUBOT_GITHUB_TOKEN }}" diff --git a/.github/workflows/publish_shacl.yml b/.github/workflows/publish_shacl.yml index 8f6a4379d1..7057a54178 100644 --- a/.github/workflows/publish_shacl.yml +++ b/.github/workflows/publish_shacl.yml @@ -11,7 +11,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.1.1 with: fetch-depth: 0 - name: Install dependencies diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index 672ecc69af..198dfb0212 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -11,7 +11,7 @@ jobs: finalize-release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.1.1 with: fetch-depth: 0 token: "${{ secrets.RENKUBOT_GITHUB_TOKEN }}" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bd66ff6e29..64737b0711 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: create-release-pr: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.1.1 with: fetch-depth: 0 token: "${{ secrets.RENKUBOT_GITHUB_TOKEN }}" diff --git a/.github/workflows/test_deploy.yml b/.github/workflows/test_deploy.yml index 17823502f3..93fdc549a2 100644 --- a/.github/workflows/test_deploy.yml +++ b/.github/workflows/test_deploy.yml @@ -45,7 +45,7 @@ jobs: style-check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.1.1 - name: Install dependencies uses: ./.github/actions/install-linux with: @@ -65,7 +65,7 @@ jobs: docs-linux: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.1.1 - name: Install dependencies uses: ./.github/actions/install-linux - name: Test docs @@ -77,7 +77,7 @@ jobs: mypy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.1.1 with: fetch-depth: 0 - name: Install dependencies @@ -90,7 +90,7 @@ jobs: test-distro: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.1.1 with: fetch-depth: 0 - name: Install dependencies @@ -109,7 +109,7 @@ jobs: max-parallel: 3 matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }} steps: - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.1.1 with: fetch-depth: 0 - name: Install dependencies @@ -139,7 +139,7 @@ jobs: max-parallel: 3 matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }} steps: - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.1.1 with: fetch-depth: 0 - name: Install dependencies @@ -175,7 +175,7 @@ jobs: max-parallel: 3 matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }} steps: - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.1.1 with: fetch-depth: 0 - name: Install dependencies @@ -211,7 +211,7 @@ jobs: max-parallel: 3 matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }} steps: - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.1.1 with: fetch-depth: 0 - name: Install dependencies @@ -241,7 +241,7 @@ jobs: max-parallel: 3 matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }} steps: - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.1.1 with: fetch-depth: 0 - name: Install dependencies @@ -292,7 +292,7 @@ jobs: max-parallel: 3 matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }} steps: - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.1.1 with: fetch-depth: 0 - name: Install dependencies @@ -346,7 +346,7 @@ jobs: max-parallel: 3 matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }} steps: - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.1.1 with: fetch-depth: 0 - name: Install dependencies @@ -392,7 +392,7 @@ jobs: max-parallel: 3 matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }} steps: - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.1.1 with: fetch-depth: 0 - name: Install dependencies @@ -414,7 +414,7 @@ jobs: max-parallel: 3 matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }} steps: - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.1.1 with: fetch-depth: 0 - name: Install dependencies @@ -443,7 +443,7 @@ jobs: max-parallel: 3 matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }} steps: - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.1.1 with: fetch-depth: 0 - name: Install dependencies @@ -472,7 +472,7 @@ jobs: matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }} if: "startsWith(github.ref, 'refs/tags/') || endsWith(github.ref, github.event.repository.default_branch)" steps: - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.1.1 with: fetch-depth: 0 - name: Install dependencies @@ -513,7 +513,7 @@ jobs: runs-on: ubuntu-latest if: "startsWith(github.ref, 'refs/tags/')" steps: - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.1.1 with: fetch-depth: 0 - name: Install dependencies @@ -551,7 +551,7 @@ jobs: test-macos-core, ] steps: - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.1.1 with: fetch-depth: 0 - name: Build images @@ -580,7 +580,7 @@ jobs: ] if: startsWith(github.ref, 'refs/tags/') steps: - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.1.1 with: fetch-depth: 0 - name: Set up environment variables diff --git a/.github/workflows/test_publish.yml b/.github/workflows/test_publish.yml index 2adf9531ac..26c5a70c31 100644 --- a/.github/workflows/test_publish.yml +++ b/.github/workflows/test_publish.yml @@ -12,7 +12,7 @@ jobs: test-linux-integration-publish: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.1.1 with: fetch-depth: 0 - name: Install dependencies