Skip to content

Commit

Permalink
ci/cd(deps): bump actions/configure-pages from 3.0.7 to 4.0.0
Browse files Browse the repository at this point in the history
ci/cd(deps): bump actions/deploy-pages from 2.0.5 to 3.0.1
ci/cd(deps): bump actions/setup-go from 4.1.0 to 5.0.0
ci/cd(deps): bump Mattraks/delete-workflow-runs from 2.0.5 to 2.0.6
ci/cd(deps): bump actions/deploy-pages from 3.0.1 to 4.0.2
ci/cd(deps): bump actions/upload-pages-artifact from 2.0.0 to 3.0.0
  • Loading branch information
kamilsk committed Jan 25, 2023
1 parent 02c7cdd commit 57bbbfc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cd.urls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@ jobs:
- name: Install dependencies
run: curl -sSfL https://install.octolab.org/maintainer | sh -s -- -b /usr/local/bin -dx
- name: Set up GitHub Pages
uses: actions/configure-pages@v3.0.7
uses: actions/configure-pages@v4.0.0
- name: Set up Go environment
uses: actions/setup-go@v4.1.0
uses: actions/setup-go@v5.0.0
with: { go-version: 1.21.x, cache-dependency-path: src/*/go.sum, check-latest: true }

- name: Build static HTML
run: make
env:
GITHUB_TOKEN: ${{ secrets.DEPENDABOT_TOKEN }}
- name: Upload the documentation
uses: actions/upload-pages-artifact@v2.0.0
uses: actions/upload-pages-artifact@v3.0.0
with: { path: dist }

deploy:
Expand All @@ -69,7 +69,7 @@ jobs:
steps:
- name: Deploy it to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2.0.5
uses: actions/deploy-pages@v4.0.2

notify:
name: Notifying
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanup.runs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

steps:
- name: Delete workflow runs
uses: Mattraks/[email protected].5
uses: Mattraks/[email protected].6
with:
token: ${{ github.token }}
repository: ${{ github.repository }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/warmup.caches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
submodules: true
token: ${{ secrets.DEPENDABOT_TOKEN }}
- name: Set up Go environment
uses: actions/setup-go@v4.1.0
uses: actions/setup-go@v5.0.0
with: { go-version: 1.21.x, cache-dependency-path: src/*/go.sum, check-latest: true }

- name: Fetch dependencies
Expand Down

0 comments on commit 57bbbfc

Please sign in to comment.