Update actions/checkout action to v7

This commit is contained in:
renovate[bot]
2026-06-18 19:52:11 +00:00
committed by GitHub
parent f8867c29bb
commit a0610a6215
2 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ jobs:
uses: docker/setup-buildx-action@v4.1.0 uses: docker/setup-buildx-action@v4.1.0
- -
name: Checkout repository name: Checkout repository
uses: actions/checkout@v6 uses: actions/checkout@v7
- -
name: Test build of image name: Test build of image
id: build id: build

View File

@@ -50,7 +50,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- -
name: Checkout repository name: Checkout repository
uses: actions/checkout@v6 uses: actions/checkout@v7
- -
name: Build and and push by digest name: Build and and push by digest
uses: docker/build-push-action@v7.2.0 uses: docker/build-push-action@v7.2.0
@@ -98,7 +98,7 @@ jobs:
uses: docker/setup-buildx-action@v4.1.0 uses: docker/setup-buildx-action@v4.1.0
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v6 uses: actions/checkout@v7
- name: Get p2pool release tag - name: Get p2pool release tag
run: echo P2POOL_TAG="$(awk -F '=' '/P2POOL_BRANCH=/ {print $2}' Dockerfile)" >> $GITHUB_ENV run: echo P2POOL_TAG="$(awk -F '=' '/P2POOL_BRANCH=/ {print $2}' Dockerfile)" >> $GITHUB_ENV