Skip to content

Commit

Permalink
Merge branch 'master' into build/support-python-3-12
Browse files Browse the repository at this point in the history
  • Loading branch information
l0b0 authored Oct 19, 2023
2 parents b60568d + 2fa8ae7 commit ce0fb15
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 @@ -118,7 +118,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 ce0fb15

Please sign in to comment.