diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec9a3a46c1c..ba52f5bec68 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: name: Run Linters runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Cache uses: actions/cache@v3 with: @@ -48,7 +48,7 @@ jobs: name: Lint with OpenDream runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup OD run: | bash tools/ci/setup_od.sh @@ -60,7 +60,7 @@ jobs: name: Compile All Maps runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Cache uses: actions/cache@v3 with: @@ -90,7 +90,7 @@ jobs: - 3306 options: --health-cmd "mariadb-admin ping" --health-interval 10s --health-timeout 5s --health-retries 10 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Cache uses: actions/cache@v3 with: @@ -123,7 +123,7 @@ jobs: name: Windows RUSTG Validation runs-on: windows-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-python@v4 with: python-version: '3.8.2' # Script was made for 3.8.2 diff --git a/.github/workflows/dmi5.yml b/.github/workflows/dmi5.yml index 54eaf9087a8..5c249f49f4f 100644 --- a/.github/workflows/dmi5.yml +++ b/.github/workflows/dmi5.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ParadiseSS13/DMI5Checker@v1 with: icons-path: 'icons' diff --git a/.github/workflows/generate_autodoc.yml b/.github/workflows/generate_autodoc.yml index da435bff468..3ac00fdff99 100644 --- a/.github/workflows/generate_autodoc.yml +++ b/.github/workflows/generate_autodoc.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: 'Update Branch' - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 1 ref: master diff --git a/.github/workflows/render_nanomaps.yml b/.github/workflows/render_nanomaps.yml index 29a471cb513..5b348499cde 100644 --- a/.github/workflows/render_nanomaps.yml +++ b/.github/workflows/render_nanomaps.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: 'Update Branch' - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Branch run: |