Skip to content

Commit

Permalink
Update all dependencies (#74)
Browse files Browse the repository at this point in the history
* Update all dependencies

Signed-off-by: Platform Engineering Bot <[email protected]>

* Replace digest hashes on GitHub Actions with semantic version tags

---------

Signed-off-by: Platform Engineering Bot <[email protected]>
Co-authored-by: Webb Scales <[email protected]>
  • Loading branch information
platform-engineering-bot and webbnh authored Apr 30, 2024
1 parent 2e43160 commit 94987c0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4
uses: actions/setup-go@v5
- name: Set up Python
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
uses: actions/setup-python@v5
with:
python-version: 3.9
architecture: x64
Expand All @@ -35,7 +35,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload artifacts
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
uses: actions/upload-artifact@v4
with:
name: site
path: site/*
Expand All @@ -51,12 +51,12 @@ jobs:
pages: write
steps:
- name: Checkout
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
uses: actions/checkout@v4
with:
ref: gh-pages
path: dist
- name: Download artifacts
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3
uses: actions/download-artifact@v4
with:
name: site
path: artifacts
Expand Down

0 comments on commit 94987c0

Please sign in to comment.