diff --git a/.github/workflows/changelog_generation.yml b/.github/workflows/changelog_generation.yml index badc0b1..d42051b 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@v2.3.5 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..505bb7b 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@v2.3.5 with: fetch-depth: 25 - name: Настройка Python diff --git a/.github/workflows/make_changelogs.yml b/.github/workflows/make_changelogs.yml index b4866b7..900f826 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@v2.3.5 with: fetch-depth: 25 - name: Настройка Python diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 92a2142..c2bb2eb 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@v2.3.5 - name: Clone custom items - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.3.5 with: repository: Baystation12/custom-items path: custom-items diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 87e54f5..680083d 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@v2.3.5 - 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@v2.3.5 - 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@v2.3.5 - name: Setup Cache uses: actions/cache@v2 with: