Skip to content

Commit 66c9710

Browse files
authored
Merge pull request #109 from nixel2007/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 0a1dc3b + c596e9a commit 66c9710

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@v4
20+
uses: actions/checkout@v5
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@v4
19+
- uses: actions/checkout@v5
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@v4
12+
- uses: actions/checkout@v5
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@v4
26+
uses: actions/checkout@v5
2727

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

0 commit comments

Comments
 (0)