diff options
Diffstat (limited to '.github/workflows/build-deploy.yaml')
-rw-r--r-- | .github/workflows/build-deploy.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-deploy.yaml b/.github/workflows/build-deploy.yaml index 131802c..5f51fb0 100644 --- a/.github/workflows/build-deploy.yaml +++ b/.github/workflows/build-deploy.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 # The current version (v2) of Docker's build-push action uses # buildx, which comes with BuildKit features that help us speed @@ -54,7 +54,7 @@ jobs: if: ${{ github.ref == 'refs/heads/main' }} steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: python-discord/infra path: infra |