Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump actions/checkout from 3 to 4 #113

Merged
merged 1 commit into from
Oct 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ansible-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout PR
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: ansible check with debian bullseye (11)
uses: roles-ansible/check-ansible-debian-bullseye-action@main
Expand All @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout PR
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: ansible check with debian buster (10)
uses: roles-ansible/check-ansible-debian-buster-action@master
Expand Down
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
4 changes: 2 additions & 2 deletions .github/workflows/ansible-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout PR
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: ansible check with ubuntu:latest
uses: roles-ansible/check-ansible-ubuntu-latest-action@master
Expand All @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout PR
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: ansible check with ubuntu:20 (focal)
uses: roles-ansible/check-ansible-ubuntu-focal-action@master
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/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
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
Loading