Skip to content

Commit

Permalink
ci: downgrade to actions v3
Browse files Browse the repository at this point in the history
  • Loading branch information
lovetodream authored Apr 22, 2024
1 parent 7551a98 commit 0f76cf7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- name: Run soundness
run: |
scripts/soundness.sh
Expand All @@ -31,13 +31,15 @@ jobs:
image: grafana/loki:3.0.0

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- name: Cache Swift PM
uses: actions/cache@v4
with:
path: .build
key: ${{ runner.os }}-ci-spm-${{ hashFiles('Package.swift') }}
restore-keys: ${{ runner.os }}-ci-spm-
- name: Resolve Swift dependencies
run: swift package resolve
- name: Build
run: swift build
- name: Run tests
Expand Down

0 comments on commit 0f76cf7

Please sign in to comment.