diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9c1778a4..5d56d3a4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -61,7 +61,7 @@ jobs: os: [ubuntu-latest, windows-latest, macos-latest] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: # Fetch all tags fetch-depth: 0 @@ -83,7 +83,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: # Fetch all tags fetch-depth: 0 @@ -110,7 +110,7 @@ jobs: (github.ref == 'refs/heads/master' || startsWith(github.event.ref, 'refs/tags')) steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: # Fetch all tags fetch-depth: 0 @@ -171,7 +171,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Clone PyApp run: git clone --depth 1 --branch $PYAPP_VERSION https://github.com/ofek/pyapp $PYAPP_REPO