diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 34a089b..5b44342 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -21,7 +21,7 @@ jobs: container: registry.fedoraproject.org/fedora:latest steps: - name: Check out repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install dependencies run: dnf install -y cargo git-core python3-pyyaml - name: Check for unreferenced templates diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 8849106..9af11da 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -20,7 +20,7 @@ jobs: matrix: ${{ steps.get.outputs.matrix }} steps: - name: Check out repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install dependencies run: dnf install -y cargo - name: Cache build artifacts @@ -66,7 +66,7 @@ jobs: - name: Install dependencies run: dnf install -y git-core - name: Check out target repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: ${{ matrix.repo }} path: dest