Skip to content

Commit

Permalink
Update GitHub Actions plugins to latest versions
Browse files Browse the repository at this point in the history
Signed-off-by: Marcin Iwanicki <[email protected]>
  • Loading branch information
marciniwanicki committed Oct 11, 2024
1 parent 0075ac1 commit 610ccfc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/xcdiff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: Lint
runs-on: macOS-14
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install dependencies
run: ./Scripts/brew.sh
- name: lint
Expand All @@ -29,8 +29,8 @@ jobs:
name: Build & Test
runs-on: macOS-14
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: .build
key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }}
Expand All @@ -40,6 +40,6 @@ jobs:
run: make build
- name: test
run: make test_ci
- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v4
with:
directory: .coverage

0 comments on commit 610ccfc

Please sign in to comment.