From 22070068f0c3e2ee542249983ddfe22a5eaac08a Mon Sep 17 00:00:00 2001 From: Bryan Gurney Date: Wed, 17 Jan 2024 12:48:22 -0500 Subject: [PATCH] Use checkout@v4 Signed-off-by: Bryan Gurney --- .github/workflows/cargo.yml | 2 +- .github/workflows/main.yml | 6 +++--- .github/workflows/nightly.yml | 4 ++-- .github/workflows/weekly.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/cargo.yml b/.github/workflows/cargo.yml index b4fa256e..1e5bdbe2 100644 --- a/.github/workflows/cargo.yml +++ b/.github/workflows/cargo.yml @@ -23,7 +23,7 @@ jobs: container: image: fedora:39 # CURRENT DEVELOPMENT ENVIRONMENT steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install dependencies for Fedora run: > dnf install -y diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 62918d0f..354e357a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -40,7 +40,7 @@ jobs: task: make -f Makefile check-typos runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@master with: components: ${{ matrix.components }} @@ -63,7 +63,7 @@ jobs: - toolchain: 1.75.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@master with: components: cargo @@ -83,7 +83,7 @@ jobs: container: image: fedora:39 # CURRENT DEVELOPMENT ENVIRONMENT steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install dependencies for Fedora run: dnf install -y make yamllint - name: Run yamllint diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 2293a937..85f66eb5 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -25,7 +25,7 @@ jobs: task: make -f Makefile clippy runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@master with: components: ${{ matrix.components }} @@ -45,7 +45,7 @@ jobs: container: image: fedora:39 # CURRENT DEVELOPMENT ENVIRONMENT steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install dependencies for Fedora run: > dnf install -y diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index febe54f7..5ff9041e 100644 --- a/.github/workflows/weekly.yml +++ b/.github/workflows/weekly.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-20.04 container: fedora:39 # NEXT DEVELOPMENT ENVIRONMENT steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install dependencies run: > dnf install -y