diff --git a/.github/workflows/release-arduino-lib-versions.yaml b/.github/workflows/release-arduino-lib-versions.yaml index a75a737..2756a9a 100644 --- a/.github/workflows/release-arduino-lib-versions.yaml +++ b/.github/workflows/release-arduino-lib-versions.yaml @@ -11,7 +11,7 @@ jobs: steps: # Checkout the repository - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install jq run: sudo apt-get install jq diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f7892ee..273bfc8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 - name: Build docker test container run: docker build -t sketches-test --target test --no-cache .