Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 3.6.0 to 4.1.2
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.1.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.6.0...v4.1.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent ec72507 commit bdbbddf
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cheatsheet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
with:
fetch-depth: 0
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/combine-dependabot-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
combine-prs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.1.2
with:
fetch-depth: 0
token: "${{ secrets.RENKUBOT_GITHUB_TOKEN }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_shacl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.1.2
with:
fetch-depth: 0
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
finalize-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.1.2
with:
fetch-depth: 0
token: "${{ secrets.RENKUBOT_GITHUB_TOKEN }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
create-release-pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.1.2
with:
fetch-depth: 0
token: "${{ secrets.RENKUBOT_GITHUB_TOKEN }}"
Expand Down
36 changes: 18 additions & 18 deletions .github/workflows/test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
style-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.1.2
- name: Install dependencies
uses: ./.github/actions/install-linux
with:
Expand All @@ -65,7 +65,7 @@ jobs:
docs-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.1.2
- name: Install dependencies
uses: ./.github/actions/install-linux
- name: Test docs
Expand All @@ -77,7 +77,7 @@ jobs:
mypy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.1.2
with:
fetch-depth: 0
- name: Install dependencies
Expand All @@ -90,7 +90,7 @@ jobs:
test-distro:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.1.2
with:
fetch-depth: 0
- name: Install dependencies
Expand All @@ -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.2
with:
fetch-depth: 0
- name: Install dependencies
Expand Down Expand Up @@ -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.2
with:
fetch-depth: 0
- name: Install dependencies
Expand Down Expand Up @@ -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.2
with:
fetch-depth: 0
- name: Install dependencies
Expand Down Expand Up @@ -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.2
with:
fetch-depth: 0
- name: Install dependencies
Expand Down Expand Up @@ -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.2
with:
fetch-depth: 0
- name: Install dependencies
Expand Down Expand Up @@ -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.2
with:
fetch-depth: 0
- name: Install dependencies
Expand Down Expand Up @@ -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.2
with:
fetch-depth: 0
- name: Install dependencies
Expand Down Expand Up @@ -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.2
with:
fetch-depth: 0
- name: Install dependencies
Expand All @@ -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.2
with:
fetch-depth: 0
- name: Install dependencies
Expand Down Expand Up @@ -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.2
with:
fetch-depth: 0
- name: Install dependencies
Expand Down Expand Up @@ -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.2
with:
fetch-depth: 0
- name: Install dependencies
Expand Down Expand Up @@ -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.2
with:
fetch-depth: 0
- name: Install dependencies
Expand Down Expand Up @@ -551,7 +551,7 @@ jobs:
test-macos-core,
]
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.1.2
with:
fetch-depth: 0
- name: Build images
Expand Down Expand Up @@ -580,7 +580,7 @@ jobs:
]
if: startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.1.2
with:
fetch-depth: 0
- name: Set up environment variables
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
with:
fetch-depth: 0
- name: Install dependencies
Expand Down

0 comments on commit bdbbddf

Please sign in to comment.