diff --git a/.github/workflows/sync_labels.yml b/.github/workflows/sync_labels.yml index 16ea378d..e4f97069 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@v5 + uses: actions/checkout@v6 - name: 🚀 Run Label Sync uses: srealmoreno/label-sync-action@v2 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7be3d352..6cc043e9 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@v5 + - uses: actions/checkout@v6 - name: Install dependencies run: npm ci - name: Lint @@ -24,7 +24,7 @@ jobs: unit-tests: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install dependencies run: npm ci - name: Test @@ -33,7 +33,7 @@ jobs: e2e: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Test (100% requirement on 100% file) uses: ./ with: