Skip to content

Bump tar from 7.4.3 to 7.5.11 #19

Bump tar from 7.4.3 to 7.5.11

Bump tar from 7.4.3 to 7.5.11 #19

Workflow file for this run

---
name: Tests
on: pull_request
# Detect if this action is already running, and cancel it.
# This most likely happened because a second push has been made to a branch.
concurrency:
group: ${{ github.repository_id }}-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
uses: ./.github/actions/build