Skip to content

Commit

Permalink
ci: bump actions/checkout from 4.1.0 to 4.1.1
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.0...v4.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 5, 2023
1 parent eb4d361 commit e5cb842
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependencies-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Clone source code
uses: actions/[email protected].0 # https://github.com/actions/checkout
uses: actions/[email protected].1 # https://github.com/actions/checkout
with:
# Whether to configure the token or SSH key with the local git config. Default: true
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:

- name: Clone source code
uses: actions/[email protected].0 # https://github.com/actions/checkout
uses: actions/[email protected].1 # https://github.com/actions/checkout
with:
# Whether to configure the token or SSH key with the local git config. Default: true
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-h2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Clone source code
uses: actions/[email protected].0 # https://github.com/actions/checkout
uses: actions/[email protected].1 # https://github.com/actions/checkout
with:
# Whether to configure the token or SSH key with the local git config. Default: true
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- '3306:3306'
steps:
- name: Clone source code
uses: actions/[email protected].0 # https://github.com/actions/checkout
uses: actions/[email protected].1 # https://github.com/actions/checkout
with:
# Whether to configure the token or SSH key with the local git config. Default: true
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- '5432:5432'
steps:
- name: Clone source code
uses: actions/[email protected].0 # https://github.com/actions/checkout
uses: actions/[email protected].1 # https://github.com/actions/checkout
with:
# Whether to configure the token or SSH key with the local git config. Default: true
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/provision-by-ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:

- name: Clone source code
uses: actions/[email protected].0 # https://github.com/actions/checkout
uses: actions/[email protected].1 # https://github.com/actions/checkout
with:
# Whether to configure the token or SSH key with the local git config. Default: true
persist-credentials: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/provision-by-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:

- name: Clone source code
uses: actions/[email protected].0 # https://github.com/actions/checkout
uses: actions/[email protected].1 # https://github.com/actions/checkout
with:
# Whether to configure the token or SSH key with the local git config. Default: true
persist-credentials: false
Expand All @@ -36,7 +36,7 @@ jobs:
# https://github.com/tfutils/tfenv#manual
- name: Install tfenv
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
# https://github.com/actions/checkout#checkout-multiple-repos-nested
repository: tfutils/tfenv
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Clone source code
uses: actions/[email protected].0 # https://github.com/actions/checkout
uses: actions/[email protected].1 # https://github.com/actions/checkout
with:
# Whether to configure the token or SSH key with the local git config. Default: true
persist-credentials: false
Expand All @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Clone source code
uses: actions/[email protected].0 # https://github.com/actions/checkout
uses: actions/[email protected].1 # https://github.com/actions/checkout
with:
# Whether to configure the token or SSH key with the local git config. Default: true
persist-credentials: false
Expand All @@ -59,7 +59,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Clone source code
uses: actions/[email protected].0 # https://github.com/actions/checkout
uses: actions/[email protected].1 # https://github.com/actions/checkout
with:
# Whether to configure the token or SSH key with the local git config. Default: true
persist-credentials: false
Expand All @@ -78,7 +78,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Clone source code
uses: actions/[email protected].0 # https://github.com/actions/checkout
uses: actions/[email protected].1 # https://github.com/actions/checkout
with:
# Whether to configure the token or SSH key with the local git config. Default: true
persist-credentials: false
Expand All @@ -97,7 +97,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Clone source code
uses: actions/[email protected].0 # https://github.com/actions/checkout
uses: actions/[email protected].1 # https://github.com/actions/checkout
with:
# Whether to configure the token or SSH key with the local git config. Default: true
persist-credentials: false
Expand All @@ -118,7 +118,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Clone source code
uses: actions/[email protected].0 # https://github.com/actions/checkout
uses: actions/[email protected].1 # https://github.com/actions/checkout
with:
# Whether to configure the token or SSH key with the local git config. Default: true
persist-credentials: false
Expand All @@ -137,7 +137,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Clone source code
uses: actions/[email protected].0 # https://github.com/actions/checkout
uses: actions/[email protected].1 # https://github.com/actions/checkout
with:
# Whether to configure the token or SSH key with the local git config. Default: true
persist-credentials: false
Expand All @@ -152,7 +152,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Clone source code
uses: actions/[email protected].0 # https://github.com/actions/checkout
uses: actions/[email protected].1 # https://github.com/actions/checkout
with:
# Whether to configure the token or SSH key with the local git config. Default: true
persist-credentials: false
Expand All @@ -167,7 +167,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Clone source code
uses: actions/[email protected].0 # https://github.com/actions/checkout
uses: actions/[email protected].1 # https://github.com/actions/checkout
with:
# Whether to configure the token or SSH key with the local git config. Default: true
persist-credentials: false
Expand All @@ -183,7 +183,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Clone source code
uses: actions/[email protected].0 # https://github.com/actions/checkout
uses: actions/[email protected].1 # https://github.com/actions/checkout
with:
# Whether to configure the token or SSH key with the local git config. Default: true
persist-credentials: false
Expand All @@ -202,7 +202,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Clone source code
uses: actions/[email protected].0 # https://github.com/actions/checkout
uses: actions/[email protected].1 # https://github.com/actions/checkout
with:
# Whether to configure the token or SSH key with the local git config. Default: true
persist-credentials: false
Expand All @@ -228,7 +228,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Clone source code
uses: actions/[email protected].0 # https://github.com/actions/checkout
uses: actions/[email protected].1 # https://github.com/actions/checkout
with:
# Whether to configure the token or SSH key with the local git config. Default: true
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/todos-extract-from-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Clone source code
uses: actions/[email protected].0 # https://github.com/actions/checkout
uses: actions/[email protected].1 # https://github.com/actions/checkout
with:
# Whether to configure the token or SSH key with the local git config. Default: true
persist-credentials: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/todos-handle-issue-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Clone source code
uses: actions/[email protected].0 # https://github.com/actions/checkout
uses: actions/[email protected].1 # https://github.com/actions/checkout
with:
# Whether to configure the token or SSH key with the local git config. Default: true
persist-credentials: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Clone source code
uses: actions/[email protected].0 # https://github.com/actions/checkout
uses: actions/[email protected].1 # https://github.com/actions/checkout
with:
# Whether to configure the token or SSH key with the local git config. Default: true
persist-credentials: false
Expand All @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Clone source code
uses: actions/[email protected].0 # https://github.com/actions/checkout
uses: actions/[email protected].1 # https://github.com/actions/checkout
with:
# Whether to configure the token or SSH key with the local git config. Default: true
persist-credentials: false
Expand Down

0 comments on commit e5cb842

Please sign in to comment.