Skip to content

Commit

Permalink
Update actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
friendlyanon committed Dec 17, 2023
1 parent 4618fbb commit 23681e4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install static analyzers
if: matrix.os == 'ubuntu-22.04'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Check commits
uses: actions/github-script@v6
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-python@v4
with: { python-version: "3.8" }
Expand All @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-python@v4
with: { python-version: "3.8" }
Expand Down
10 changes: 5 additions & 5 deletions cmake-init/templates/common/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-python@v4
with: { python-version: "3.8" }
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
&& false

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install LCov
run: sudo apt-get update -q
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
env: { C{% if c %}C{% else %}XX{% end %}: clang{% if cpp %}++{% end %}-14{% if c and pm %}, CXX: clang++-14{% end %} }

steps:
- uses: actions/checkout@v3{% if conan %}
- uses: actions/checkout@v4{% if conan %}

- name: Install Python
uses: actions/setup-python@v4
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install static analyzers
if: matrix.os == 'ubuntu-22.04'
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
&& false

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-python@v4
with: { python-version: "3.8" }
Expand Down

0 comments on commit 23681e4

Please sign in to comment.