Skip to content

Commit

Permalink
Merge pull request #48 from vil02/tag_actions_checkout_to_v4
Browse files Browse the repository at this point in the history
chore: tag `actions/checkout` to `v4`
  • Loading branch information
vil02 authored Apr 24, 2024
2 parents bab6b3b + 6ae1aa8 commit 1c1813c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/md_link_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
uses: actions/checkout@v4

- name: Run markdown link check
uses: gaurav-nelson/github-action-markdown-link-check@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yaml_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
uses: actions/checkout@v4
- name: Install yamllint
run: sudo apt-get install yamllint
- name: Display yamllint version
Expand Down

0 comments on commit 1c1813c

Please sign in to comment.