Skip to content

Commit

Permalink
chore(deps): Bump actions/checkout from 4.1.0 to 4.1.1
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and l0b0 committed Oct 19, 2023
1 parent ee75b9f commit 2fa8ae7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].1
- name: Setup Pages
uses: actions/[email protected]
- uses: cachix/install-nix-action@v23
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
fetch-depth: 0 # Enable gitlint to check all PR commit messages

Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
working-directory: machine-readable-to-human-readable-date-time
steps:
- name: Check out repository
uses: actions/[email protected].0
uses: actions/[email protected].1

- uses: cachix/install-nix-action@v23

Expand All @@ -71,7 +71,7 @@ jobs:
- "2"
steps:
- name: Check out repository
uses: actions/[email protected].0
uses: actions/[email protected].1

- uses: cachix/install-nix-action@v23

Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
pip-cache-dir: ~\AppData\Local\pip\Cache
steps:
- name: Check out repository
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Cache pip packages
uses: actions/[email protected]
Expand Down

0 comments on commit 2fa8ae7

Please sign in to comment.