Skip to content

Commit 4f018c6

Browse files
authored
main.yml, tst.yml: Update Checkout action to v6 (#988)
1 parent 037daa6 commit 4f018c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# Steps represent a sequence of tasks that will be executed as part of the job
2424
steps:
2525
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v6
2727

2828
# Runs a set of commands using the runners shell
2929
- name: Validate spices

.github/workflows/tst.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# Steps represent a sequence of tasks that will be executed as part of the job
2222
steps:
2323
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v6
2525

2626
# Runs a set of commands using the runners shell
2727
- name: Generate Translation Status Tables

0 commit comments

Comments
 (0)