diff --git a/.github/workflows/alpine.yml b/.github/workflows/alpine.yml index 851a8ac..eaa5dfa 100644 --- a/.github/workflows/alpine.yml +++ b/.github/workflows/alpine.yml @@ -26,7 +26,7 @@ jobs: env: DOCKER_BUILDKIT: "1" steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Build image run: docker build -f alpine.Dockerfile -t qmcgaw/basedevcontainer . @@ -46,7 +46,7 @@ jobs: contents: read packages: write steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 # extract metadata (tags, labels) for Docker # https://github.com/docker/metadata-action diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index 7ec5875..130848f 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -26,7 +26,7 @@ jobs: env: DOCKER_BUILDKIT: "1" steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Build image run: docker build -f debian.Dockerfile -t qmcgaw/basedevcontainer . @@ -46,7 +46,7 @@ jobs: contents: read packages: write steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 # extract metadata (tags, labels) for Docker # https://github.com/docker/metadata-action diff --git a/.github/workflows/dockerhub-description.yml b/.github/workflows/dockerhub-description.yml index 03abb92..77136fc 100644 --- a/.github/workflows/dockerhub-description.yml +++ b/.github/workflows/dockerhub-description.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Docker Hub Description uses: peter-evans/dockerhub-description@v5 with: diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 1ddb659..dbda50f 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Labeler if: success() uses: crazy-max/ghaction-github-labeler@v5