Skip to content

Commit

Permalink
Merge pull request #343 from bgurney-rh/actions-checkout-v4
Browse files Browse the repository at this point in the history
Use checkout@v4
  • Loading branch information
mulkieran authored Jan 17, 2024
2 parents a7a66cb + b7fb3a9 commit 4bbcecc
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- name: Install git
run: dnf install -y git
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- name: Install dependencies for Fedora
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
- name: Install git
run: sudo apt-get install git
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- uses: dtolnay/rust-toolchain@master
Expand All @@ -44,7 +44,7 @@ jobs:
steps:
- name: Install git
run: sudo apt-get install git
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- uses: dtolnay/rust-toolchain@master
Expand All @@ -64,7 +64,7 @@ jobs:
steps:
- name: Install git
run: sudo apt-get install git
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- uses: dtolnay/rust-toolchain@master
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
steps:
- name: Install git
run: sudo apt-get install git
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- uses: dtolnay/rust-toolchain@master
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
steps:
- name: Install git
run: sudo apt-get install git
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- uses: dtolnay/rust-toolchain@master
Expand Down Expand Up @@ -225,7 +225,7 @@ jobs:
steps:
- name: Install git
run: dnf install -y git
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- uses: dtolnay/rust-toolchain@master
Expand All @@ -243,7 +243,7 @@ jobs:
steps:
- name: Install git
run: dnf install -y git
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- name: Install git
run: sudo apt-get install git
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- uses: dtolnay/rust-toolchain@master
Expand All @@ -44,7 +44,7 @@ jobs:
steps:
- name: Install git
run: dnf install -y git
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- name: Install dependencies for Fedora
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- name: Install git
run: dnf install -y git
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install dependencies
run: >
dnf install -y
Expand Down

0 comments on commit 4bbcecc

Please sign in to comment.