diff options
Diffstat (limited to '.github/workflows/deploy.yaml')
-rw-r--r-- | .github/workflows/deploy.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 57712dc7..b2665d08 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -26,7 +26,7 @@ jobs: # deployment.yaml file using a GitHub Personal Access # Token to get access. - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: python-discord/kubernetes |