diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5554df1..7c47f72 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,7 @@ jobs: python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11' ] steps: - name: Checkout the repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.4 with: fetch-depth: 0 @@ -40,7 +40,7 @@ jobs: architecture: [ linux/amd64, linux/386, linux/arm/v7, linux/ppc64le ] steps: - name: Checkout the repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.4 with: fetch-depth: 0 @@ -93,13 +93,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the main repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.4 with: fetch-depth: 0 path: phockup - name: Checkout the Homebrew repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.4 with: repository: ivandokov/homebrew-contrib path: homebrew-contrib @@ -137,7 +137,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.4 with: fetch-depth: 0 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index cae4a04..a4a6c86 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: pre-commit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.4 - name: Install dependencies run: pip install -r requirements-dev.txt - name: Run pre-commit diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0435443..17b6206 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,7 +18,7 @@ jobs: python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11' ] steps: - name: Checkout the repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.4 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5 @@ -38,7 +38,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.4 - name: Build uses: docker/build-push-action@v5 with: