Skip to content

Commit 51fa911

Browse files
committed
⚙️ actions: upgrade checkout action to v6 in workflow files
1 parent a77ec73 commit 51fa911

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/crowdin-download.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v6
1515

1616
- name: Download crowdin translations
1717
uses: crowdin/github-action@v2

.github/workflows/crowdin-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v6
1515

1616
- name: Upload crowdin translations
1717
uses: crowdin/github-action@v2

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
previous_version: ${{ steps.get_latest_tag.outputs.tag }}
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v6
1818
with:
1919
fetch-depth: 0
2020
- name: Get version
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
steps:
4646
- name: Checkout
47-
uses: actions/checkout@v4
47+
uses: actions/checkout@v6
4848
with:
4949
ref: main
5050
- name: Get Changelog
@@ -83,7 +83,7 @@ jobs:
8383
packages: write
8484
steps:
8585
- name: Checkout repository
86-
uses: actions/checkout@v4
86+
uses: actions/checkout@v6
8787
with:
8888
ref: main
8989
- name: Log in to Docker Hub

0 commit comments

Comments
 (0)