Skip to content

chore: Update actions/cache to v4 #27

chore: Update actions/cache to v4

chore: Update actions/cache to v4 #27

Workflow file for this run

name: Test setup-restic
on:
push:
paths:
- action.yml
- scripts/**
- .github/workflows/test.yaml
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
version: [latest, "${{ vars.SPECIFIED_VERSION }}"]
steps:
- name: Setup Restic using setup-restic
uses: AnimMouse/setup-restic@main
with:
version: ${{ matrix.version }}
- name: Test Restic by checking version
run: restic version