diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 2b720c2f..4876d35a 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -2,6 +2,7 @@ on: push: branches: - master + - bump-actions # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: @@ -30,7 +31,7 @@ jobs: name: Build project steps: - name: Checkout project - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/push_pr.yml b/.github/workflows/push_pr.yml index 0ae8bf12..d25ac495 100644 --- a/.github/workflows/push_pr.yml +++ b/.github/workflows/push_pr.yml @@ -22,7 +22,7 @@ jobs: name: Build project steps: - name: Checkout project - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0