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
ci/cd(deps): bump actions/deploy-pages from 4.0.2 to 4.0.3
ci/cd(deps): bump actions/deploy-pages from 4.0.3 to 4.0.4
ci/cd(deps): bump actions/upload-pages-artifact from 3.0.0 to 3.0.1
  • Loading branch information
kamilsk committed Feb 1, 2023
1 parent 02c7cdd commit 0ce3929
Show file tree
Hide file tree
Showing 18 changed files with 21 additions and 21 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.1
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.4

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/delete-workflow-runs@v2.0.5
uses: Mattraks/delete-workflow-runs@v2.0.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
2 changes: 1 addition & 1 deletion src/airseat
2 changes: 1 addition & 1 deletion src/beads
Submodule beads updated from 1e1174 to ca8a22
2 changes: 1 addition & 1 deletion src/click
Submodule click updated from edc354 to bcd3d1
2 changes: 1 addition & 1 deletion src/go-service
Submodule go-service updated 118 files
2 changes: 1 addition & 1 deletion src/inbox
Submodule inbox updated from 3bdefd to 9242b1
2 changes: 1 addition & 1 deletion src/loop
Submodule loop updated from 82496c to 82b771
2 changes: 1 addition & 1 deletion src/optflow
2 changes: 1 addition & 1 deletion src/secret
2 changes: 1 addition & 1 deletion src/sparkle
Submodule sparkle updated 139 files
2 changes: 1 addition & 1 deletion src/tablo
Submodule tablo updated from f29696 to 07e601
2 changes: 1 addition & 1 deletion src/tact
Submodule tact updated from 939e8d to e99b9c

0 comments on commit 0ce3929

Please sign in to comment.