Skip to content

Commit 7178ab9

Browse files
authored
Merge pull request #112 from nixel2007/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 7ccf0cc + fa86185 commit 7178ab9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# Setup steps for OneScript development environment
1818
steps:
1919
- name: Checkout code
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121

2222
- run: git config --global core.quotepath false
2323

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
os: [ubuntu-latest, windows-latest]
1717
oscript_version: ['1.9.2', 'stable']
1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020

2121
- name: Setup Onescript Action
2222
uses: otymko/[email protected]

.github/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313
with:
1414
# Disabling shallow clone is recommended for improving relevancy of reporting
1515
fetch-depth: 0

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
# Загрузка проекта
2525
- name: Актуализация
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v6
2727

2828
# Установка OneScript конкретной версии
2929
- name: Установка OneScript

0 commit comments

Comments
 (0)