Skip to content

Commit

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

---
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 and richm committed Oct 2, 2023
1 parent 2f1e33d commit 80abe4f
Show file tree
Hide file tree
Showing 14 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
sudo apt install -y git
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Fix up role meta/main.yml namespace and name
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ansible-managed-var-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
sudo apt install -y git
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install tox, tox-lsr
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ansible-plugin-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
sudo apt install -y git
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install tox, tox-lsr
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
sudo apt install -y git
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install tox, tox-lsr
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
sudo apt install -y git
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Ensure the docs branch
Expand All @@ -48,12 +48,12 @@ jobs:
fi
- name: Checkout the docs branch
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: docs

- name: Fetch README.md and .pandoc_template.html5 template from the workflow branch
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
sparse-checkout: |
README.md
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changelog_to_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
sudo apt install -y git
- name: checkout PR
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Get tag and message from the latest CHANGELOG.md commit
id: tag
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
sudo apt update
sudo apt install -y git
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
sudo apt install -y git
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

# CHANGELOG.md is generated automatically from PR titles and descriptions
# It might have issues but they are not critical
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-title-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
commit-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
sudo apt install -y git
- name: checkout PR
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install platform dependencies, python, tox, tox-lsr
run: |
Expand All @@ -50,7 +50,7 @@ jobs:
fi
- name: Clone pcs
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ClusterLabs/pcs
ref: ${{ matrix.pcs_version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
sudo apt install -y git
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Run ShellCheck
id: shellcheck_id
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_converting_readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
sudo apt install -y git
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Remove badges from README.md prior to converting to HTML
run: sed -i '1,8 {/^\[\!.*actions\/workflows/d}' README.md
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
sudo apt install -y git
- name: Checkout latest code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Create and push empty commit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/woke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Run lsr-woke-action
# Originally, uses: get-woke/woke-action@v0
Expand Down

0 comments on commit 80abe4f

Please sign in to comment.