diff --git a/.github/workflows/run-bot-update-maps.yml b/.github/workflows/run-bot-update-maps.yml index 9afe3f0c4e1..8a4ea95d5a9 100644 --- a/.github/workflows/run-bot-update-maps.yml +++ b/.github/workflows/run-bot-update-maps.yml @@ -7,7 +7,7 @@ jobs: runs-on: Ubuntu-20.04 steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run Ansible to Deploy run: | pip install ansible==2.9.13 diff --git a/.github/workflows/run-deploy-production.yml b/.github/workflows/run-deploy-production.yml index 67e4bd7a893..027a6ffee32 100644 --- a/.github/workflows/run-deploy-production.yml +++ b/.github/workflows/run-deploy-production.yml @@ -7,7 +7,7 @@ jobs: runs-on: Ubuntu-20.04 steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Load SSH private key into ssh-agent uses: webfactory/ssh-agent@v0.8.0 with: diff --git a/.github/workflows/upload-game-installers.yml b/.github/workflows/upload-game-installers.yml index ec634a90dfb..da397eab85f 100644 --- a/.github/workflows/upload-game-installers.yml +++ b/.github/workflows/upload-game-installers.yml @@ -15,7 +15,7 @@ jobs: runs-on: Ubuntu-20.04 steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # Fetch depth of 0 is needed so we checkout the full revision history # The current revision count will be used as our build-number diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 81b0b940f73..64c516b0c64 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -23,7 +23,7 @@ jobs: --health-timeout 5s --health-retries 5 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up JDK 11 uses: actions/setup-java@v3 with: