diff --git a/.github/workflows/changelog_generation.yml b/.github/workflows/changelog_generation.yml index badc0b1..99b3749 100644 --- a/.github/workflows/changelog_generation.yml +++ b/.github/workflows/changelog_generation.yml @@ -11,7 +11,7 @@ jobs: if: github.repository == 'infinitystation/Baystation12' # to prevent this running on forks steps: - name: Загрузка локальной среды - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.2.0 with: fetch-depth: 0 # Otherwise, we will fail to push refs ref: master diff --git a/.github/workflows/lineendings.yml b/.github/workflows/lineendings.yml index cd1cfef..dfbe550 100644 --- a/.github/workflows/lineendings.yml +++ b/.github/workflows/lineendings.yml @@ -11,7 +11,7 @@ jobs: if: github.repository == 'infinitystation/Baystation12' steps: - name: Загрузка локальной среды - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.2.0 with: fetch-depth: 25 - name: Настройка Python diff --git a/.github/workflows/make_changelogs.yml b/.github/workflows/make_changelogs.yml index b4866b7..0abd76f 100644 --- a/.github/workflows/make_changelogs.yml +++ b/.github/workflows/make_changelogs.yml @@ -12,7 +12,7 @@ jobs: if: github.repository == 'infinitystation/Baystation12' # to prevent this running on forks steps: - name: Загрузка локальной среды - uses: actions/checkout@v1 + uses: actions/checkout@v3.2.0 with: fetch-depth: 25 - name: Настройка Python diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 92a2142..f3992ef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,9 +9,9 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.2.0 - name: Clone custom items - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.2.0 with: repository: Baystation12/custom-items path: custom-items diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 87e54f5..f4815fc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: DreamChecker: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.2.0 - name: Setup Cache uses: actions/cache@v2 with: @@ -42,7 +42,7 @@ jobs: Code: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.2.0 - name: Setup Cache uses: actions/cache@v2 with: @@ -71,7 +71,7 @@ jobs: matrix: map_path: [example, sierra, torch, bearcat_inf, away_sites_testing] steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.2.0 - name: Setup Cache uses: actions/cache@v2 with: