Skip to content

Commit

Permalink
Update Checkout Action to v4 (#1038)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcalixte committed Jan 19, 2024
1 parent f8543f6 commit a360b60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v4

# Runs a set of commands using the runners shell
- name: Validate spices
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v4

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

0 comments on commit a360b60

Please sign in to comment.