Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 3 to 4 (#4407)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 29, 2024
1 parent 42081d3 commit 335a687
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: CHANGELOG.org -> CHANGELOG.md
uses: docker://pandoc/core:2.9
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: purcell/setup-emacs@master
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
if: runner.os == 'Linux'
run: "clangd-11 --version"

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Grant execution permission
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
Expand Down

0 comments on commit 335a687

Please sign in to comment.