Skip to content

Commit

Permalink
⬆️ Update actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
alrra committed Dec 22, 2023
1 parent 036d81a commit 9f3d5e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:

- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Check links from Markdown file
run: ./scripts/check_links/markdown.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:

- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install dependencies
run: brew install shellcheck
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:

- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Lint shell files
run: ./scripts/lint/shell.sh
Expand Down

0 comments on commit 9f3d5e7

Please sign in to comment.