Skip to content

Commit

Permalink
Merge pull request #306 from Hacking-the-Cloud/update_github_actions
Browse files Browse the repository at this point in the history
Updated GitHub Action dependencies
  • Loading branch information
Frichetten authored Dec 20, 2023
2 parents 7758af0 + daae85a commit 2c12e2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: pip install mkdocs-material
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy_v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v2
- uses: actions/setup-python@v5
with:
python-version: 3.x
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
key: ${{ github.ref }}
path: .cache
Expand Down

0 comments on commit 2c12e2a

Please sign in to comment.