Skip to content

Bump actions/cache from 3.3.2 to 4.0.2 (#5011) #1182

Bump actions/cache from 3.3.2 to 4.0.2 (#5011)

Bump actions/cache from 3.3.2 to 4.0.2 (#5011) #1182

Workflow file for this run

# Automate, customize, and execute your software development workflows right in your repository with GitHub Actions.
# Documentation: https://docs.github.com/en/actions
name: deploy
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- name: Update the documentation
run: curl ${{ secrets.TRIGGER_DEPLOYMENT }}