Skip to content

Commit

Permalink
Merge pull request #27 from AquariWM/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
Antikyth authored Nov 20, 2023
2 parents e4f2f0b + 1b6ab86 commit d832fc6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
steps:
# Check out (a.k.a. clones) the AquariWM repository.
- name: Checkout AquariWM
uses: actions/checkout@v3
uses: actions/checkout@v4

# Install `libsystemd-dev`, `libudev-dev`, `libseat-dev`, `libinput-dev`, and
# `libxkbcommon-dev` to satisfy dependencies.
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
steps:
# Check out (a.k.a. clones) the AquariWM repository.
- name: Checkout AquariWM
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ needs.fix-n-format.outputs.commit-id }}

Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
# Check out (a.k.a. clones) the AquariWM repository with fixes made by `clippy`
# in `clippy-fixes`, if any.
- name: Checkout AquariWM
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ needs.fix-n-format.outputs.commit-id }}

Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
# Check out (a.k.a. clones) the AquariWM repository with fixes made by `clippy` in
# `clippy-fixes`, if any, and formatting made by `rustfmt` in `auto-format`, if any.
- name: Checkout AquariWM
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ needs.fix-n-format.outputs.commit-id }}
path: aquariwm
Expand All @@ -209,7 +209,7 @@ jobs:
# Check out a template to put the generated docs in.
- name: Checkout AquariWM docs template
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: AquariWM/aquariwm-docs-template
path: template
Expand Down

0 comments on commit d832fc6

Please sign in to comment.