diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index 20fd4af..c27ef92 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Download JSON schema for labels configuration file id: download-schema @@ -106,7 +106,7 @@ jobs: echo "::set-output name=flag::--dry-run" - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Download configuration file artifacts uses: actions/download-artifact@v5 diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 2bd9ecf..dcff710 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -42,7 +42,7 @@ jobs: steps: # First of all, we clone the repo using the `checkout` action. - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 # We use the `arduino/setup-arduino-cli` action to install and # configure the Arduino CLI on the system.