Skip to content

Commit

Permalink
Merge pull request #26 from ganto/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…heckout-4

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
ganto authored Sep 7, 2023
2 parents f313a14 + c783c51 commit 5f66c4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Check out the codebase.
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: 'ganto.gdnsd'

Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:

steps:
- name: Check out the codebase.
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: 'ganto.gdnsd'

Expand All @@ -81,7 +81,7 @@ jobs:

steps:
- name: Check out the codebase.
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Python 3.
uses: actions/setup-python@v4
Expand Down
1 change: 0 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ sphinx:
python:
install:
- requirements: docs/requirements.txt
system_packages: true

0 comments on commit 5f66c4e

Please sign in to comment.