Skip to content

Commit

Permalink
Merge pull request #1091 from axolotl-chat/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
darkdragon-001 authored Jul 29, 2024
2 parents 0000bc2 + af738f7 commit 766d08f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: ${{ env.NODE_VERSION }}

- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Download dependencies
run: make download-dependencies-axolotl-web
Expand All @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Rust toolchain
uses: actions-rs/toolchain@v1
Expand All @@ -61,7 +61,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: install protoc
run: sudo apt-get install protobuf-compiler
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
uses: swatinem/rust-cache@v2

- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Download axolotl-web build artifacts
uses: actions/download-artifact@v4
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
uses: swatinem/rust-cache@v2

- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Download build-axolotl-web build artifacts
uses: actions/download-artifact@v4
Expand Down Expand Up @@ -258,7 +258,7 @@ jobs:
- build-axolotl-web
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Download axolotl-web build artifacts
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 766d08f

Please sign in to comment.