Skip to content

Commit

Permalink
chore(ci): update all of the actions I missed
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-olszewski committed Nov 21, 2024
1 parent 2dedeb6 commit c7a4f8f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bench-turborepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
runner: windows-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set filename for profile
id: filename
shell: bash
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/turborepo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: CI related changes
id: ci
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
if: matrix.os.runner == 'windows-latest'
shell: bash
run: git config --global core.autocrlf input
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Turborepo Environment
uses: ./.github/actions/setup-turborepo-environment
Expand All @@ -149,7 +149,7 @@ jobs:

- name: Cache Prysk
id: cache-prysk
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: cli/.cram_env
key: prysk-venv-${{ matrix.os.runner }}
Expand All @@ -166,7 +166,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

# Disable corepack. actions/setup-node invokes other package managers and
# that causes corepack to throw an error, so we disable it first.
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
- "metal"
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Rust
uses: ./.github/actions/setup-rust
Expand Down Expand Up @@ -250,7 +250,7 @@ jobs:
- "metal"
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Turborepo Environment
uses: ./.github/actions/setup-turborepo-environment
Expand Down Expand Up @@ -291,7 +291,7 @@ jobs:
if: matrix.os.name == 'windows'

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Turborepo Environment
uses: ./.github/actions/setup-turborepo-environment
Expand Down

0 comments on commit c7a4f8f

Please sign in to comment.