Skip to content

Commit

Permalink
⬆️ Update actions/checkout@v2 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
tgotwig committed Jan 9, 2024
1 parent f62d4cc commit cf69088
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ jobs:
runs-on: ubuntu-latest
name: 🧹 Linter
steps:
- name: πŸš€ actions/checkout@v2
uses: actions/checkout@v2
- name: πŸš€ actions/checkout@v4
uses: actions/checkout@v4
- name: πŸ•΅οΈ Run linter
run: cargo clippy
MacOS:
name: 🍎 MacOS
runs-on: macos-latest
steps:
- name: πŸš€ actions/checkout@v2
uses: actions/checkout@v2
- name: πŸš€ actions/checkout@v4
uses: actions/checkout@v4

- name: ⬇ Install yt-dlp
run: |
Expand All @@ -41,8 +41,8 @@ jobs:
runs-on: ubuntu-latest
name: 🐧 Ubuntu
steps:
- name: πŸš€ actions/checkout@v2
uses: actions/checkout@v2
- name: πŸš€ actions/checkout@v4
uses: actions/checkout@v4

- name: ⬇️ Update package lists
run: sudo apt-get update
Expand All @@ -67,8 +67,8 @@ jobs:
runs-on: self-hosted
name: πŸ³οΈβ€πŸŒˆ Windows
steps:
- name: πŸš€ actions/checkout@v2
uses: actions/checkout@v2
- name: πŸš€ actions/checkout@v4
uses: actions/checkout@v4

- name: ⬇️ Install chocolatey
uses: crazy-max/ghaction-chocolatey@v1
Expand Down

0 comments on commit cf69088

Please sign in to comment.