Skip to content

Commit d2a511b

Browse files
authored
Merge pull request #10 from Elliria/update_the_actions
Bump GitHub action versions.
2 parents a1922c3 + 0a522f5 commit d2a511b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: checkout repo
18-
uses: actions/checkout@v2.3.4
18+
uses: actions/checkout@v4.2.2
1919
- name: install git
2020
run: |
2121
sudo apt-get install git -y
@@ -32,7 +32,7 @@ jobs:
3232
mkdir docs
3333
sphinx-build -a -E -b html ./ docs
3434
- name: Upload artifact
35-
uses: actions/upload-pages-artifact@v1
35+
uses: actions/upload-pages-artifact@v3.0.1
3636
with:
3737
path: docs
3838

@@ -46,4 +46,4 @@ jobs:
4646
steps:
4747
- name: Deploy to GitHub Pages
4848
id: deployment
49-
uses: actions/deploy-pages@v1
49+
uses: actions/deploy-pages@v4.0.5

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
- Add this file.
55
- Add the "Maintenance of GitHub Actions" section to the [README.md](https://github.com/autokey/autokey.github.io/blob/master/README.md) file.
66
- Update the "Maintenance of GitHub Actions" section in the [README.md](https://github.com/autokey/autokey.github.io/blob/master/README.md) file.
7+
- Bump action versions in the [pages.yml](https://github.com/autokey/autokey.github.io/blob/master/.github/workflows/pages.yml) file.
78
- Bump dependency versions in the [requirements.txt](https://github.com/autokey/autokey.github.io/blob/master/requirements.txt) file.

0 commit comments

Comments
 (0)