Skip to content

Commit

Permalink
Build(deps): bump actions/checkout from 4.2.1 to 4.2.2 (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 29, 2024
2 parents 7c5075d + e548f1f commit 7e8d06d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- 20
- 22
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: actions/[email protected]
with:
cache: 'npm'
Expand All @@ -36,7 +36,7 @@ jobs:
name: Code quality and coverage report
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: actions/[email protected]
with:
cache: 'npm'
Expand All @@ -63,7 +63,7 @@ jobs:
if: github.repository_owner == 'friedemannsommer' && github.ref_name == 'main'
concurrency: '${{ github.workflow }}-${{ github.ref }}'
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: actions/[email protected]
with:
cache: 'npm'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout "gh-pages" branch
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
ref: gh-pages

Expand All @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout source
uses: actions/[email protected].1
uses: actions/[email protected].2

- uses: actions/[email protected]
with:
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2

- name: download current docs
uses: actions/[email protected]
Expand Down

0 comments on commit 7e8d06d

Please sign in to comment.