Skip to content

Commit ce26827

Browse files
authored
Update actions/checkout to v7 (#1864)
1 parent 5d2e4f8 commit ce26827

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
29-
- uses: actions/checkout@v6
29+
- uses: actions/checkout@v7
3030

3131
# Runs a set of commands using the runners shell
3232
- name: Validate spices
@@ -44,7 +44,7 @@ jobs:
4444

4545
steps:
4646
- name: Checkout github-actions
47-
uses: actions/checkout@v6
47+
uses: actions/checkout@v7
4848
with:
4949
repository: linuxmint/github-actions
5050
path: _github-actions

.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@v6
24+
- uses: actions/checkout@v7
2525

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

0 commit comments

Comments
 (0)