Skip to content

Commit

Permalink
Merge branch 'devel' into dependabot/github_actions/crazy-max/ghactio…
Browse files Browse the repository at this point in the history
…n-github-pages-3.2.0
  • Loading branch information
ringabout committed Sep 4, 2023
2 parents 8c27f28 + 74ecaf6 commit 53548fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- devel
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Cache choosenim
id: cache-choosenim
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v4
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Cache choosenim
id: cache-choosenim
Expand Down

0 comments on commit 53548fb

Please sign in to comment.