Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/changelog_generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0
with:
fetch-depth: 0 # Otherwise, we will fail to push refs
ref: master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lineendings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
if: github.repository == 'infinitystation/Baystation12'
steps:
- name: Загрузка локальной среды
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3.3.0
with:
fetch-depth: 25
- name: Настройка Python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/make_changelogs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0
with:
fetch-depth: 25
- name: Настройка Python
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.3.0
- name: Clone custom items
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3.3.0
with:
repository: Baystation12/custom-items
path: custom-items
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
DreamChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.3.0
- name: Setup Cache
uses: actions/cache@v2
with:
Expand All @@ -42,7 +42,7 @@ jobs:
Code:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.3.0
- name: Setup Cache
uses: actions/cache@v2
with:
Expand Down Expand Up @@ -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.3.0
- name: Setup Cache
uses: actions/cache@v2
with:
Expand Down