Skip to content

Commit

Permalink
Do 'uses: actions/checkout@v4'
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Jul 31, 2024
1 parent ec31a50 commit d8bda50
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-r@v2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_singularity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Show singularity version
run: singularity version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_bash_style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:

- name: Set up Git repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Check bash scripts for style
run: shellcheck scripts/*.sh
2 changes: 1 addition & 1 deletion .github/workflows/check_links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_markdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:

- name: Set up Git repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- uses: articulate/actions-markdownlint@v1
with:
Expand Down

0 comments on commit d8bda50

Please sign in to comment.