mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2025-12-12 08:00:08 +01:00
chore(ci): bump actions versions
This commit is contained in:
parent
3b83842ecf
commit
4a888852e6
4 changed files with 101 additions and 30 deletions
10
.github/workflows/large-scope.yml
vendored
10
.github/workflows/large-scope.yml
vendored
|
|
@ -22,10 +22,10 @@ jobs:
|
|||
components: rustfmt, clippy
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Cache crates from crates.io
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
continue-on-error: false
|
||||
with:
|
||||
path: |
|
||||
|
|
@ -100,7 +100,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- os: macos-latest
|
||||
- os: macos-13
|
||||
target: x86_64-apple-darwin
|
||||
type: unix
|
||||
toolchain: stable
|
||||
|
|
@ -117,10 +117,10 @@ jobs:
|
|||
components: rustfmt, clippy
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Cache crates from crates.io
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
continue-on-error: false
|
||||
with:
|
||||
path: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue