Skip to content

Commit

Permalink
Update GitHub Actions to avoid deprecated Node.js 12
Browse files Browse the repository at this point in the history
  • Loading branch information
tomyun committed Aug 15, 2023
1 parent 7c5a9d4 commit 4fd15f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Expand Up @@ -7,13 +7,13 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: easimon/maximize-build-space@v4
- uses: easimon/maximize-build-space@v6
with:
overprovision-lvm: 'true'
remove-dotnet: 'true'
remove-android: 'true'
- uses: actions/checkout@v2
- uses: rlespinasse/github-slug-action@v3.x
- uses: actions/checkout@v3
- uses: rlespinasse/github-slug-action@v4
- uses: jupyterhub/repo2docker-action@master
with:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
Expand Down

0 comments on commit 4fd15f2

Please sign in to comment.