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 445bf43e..0ecd2344 100644 --- a/.github/workflows/build-deploy.yaml +++ b/.github/workflows/build-deploy.yaml @@ -17,7 +17,7 @@ jobs: # Check out the current repository in the `sir-lancebot` subdirectory - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 @@ -54,7 +54,7 @@ jobs: steps: - name: Checkout Kubernetes Repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: python-discord/infra path: infra |