diff --git a/.github/workflows/sync_labels.yml b/.github/workflows/sync_labels.yml index ea1c1795..16ea378d 100644 --- a/.github/workflows/sync_labels.yml +++ b/.github/workflows/sync_labels.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: 🚀 Run Label Sync uses: srealmoreno/label-sync-action@v2 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c4bb28ac..7be3d352 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: styling: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install dependencies run: npm ci - name: Lint @@ -24,7 +24,7 @@ jobs: unit-tests: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install dependencies run: npm ci - name: Test @@ -33,7 +33,7 @@ jobs: e2e: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Test (100% requirement on 100% file) uses: ./ with: