We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1374921 + e5cd43e commit 33da82dCopy full SHA for 33da82d
.github/workflows/build.yml
@@ -44,7 +44,7 @@ jobs:
44
runs-on: ubuntu-20.04
45
steps:
46
- uses: actions/checkout@v3
47
- - uses: actions/cache@v3.2.6
+ - uses: actions/cache@v3.3.1
48
with:
49
path: /tmp/.buildx-cache
50
key: ${{ runner.os }}-buildx-${{ github.sha }}
@@ -113,7 +113,7 @@ jobs:
113
- uses: actions/download-artifact@v3
114
115
name: build-manifest
116
117
118
path: ./rubies
119
key: ${{ matrix.entry.rubies_cache_key }}
.github/workflows/docs.yml
@@ -45,5 +45,5 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
- uses: actions/deploy-pages@v1
+ uses: actions/deploy-pages@v2
0 commit comments