diff --git a/.github/workflows/buildDBImage.yml b/.github/workflows/buildDBImage.yml index ce371e111..b13f3ecf9 100644 --- a/.github/workflows/buildDBImage.yml +++ b/.github/workflows/buildDBImage.yml @@ -61,7 +61,7 @@ jobs: fi - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.event.inputs.branch }} diff --git a/.github/workflows/publish_docker.yml b/.github/workflows/publish_docker.yml index f80696dd2..81a49630d 100644 --- a/.github/workflows/publish_docker.yml +++ b/.github/workflows/publish_docker.yml @@ -65,7 +65,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: turbot/homebrew-tap token: ${{ secrets.GH_ACCESS_TOKEN }} diff --git a/.github/workflows/release_cli_and_assets.yml b/.github/workflows/release_cli_and_assets.yml index 0bc13f193..50b17e877 100644 --- a/.github/workflows/release_cli_and_assets.yml +++ b/.github/workflows/release_cli_and_assets.yml @@ -39,7 +39,7 @@ jobs: echo "VERSION=${trim}" >> $GITHUB_ENV - name: Validate Branch - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.event.ref }} @@ -110,7 +110,7 @@ jobs: echo "VERSION=${trim}" >> $GITHUB_ENV - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.event.ref }} @@ -255,7 +255,7 @@ jobs: echo "VERSION=${trim}" >> $GITHUB_ENV - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.event.ref }} @@ -359,7 +359,7 @@ jobs: echo "VERSION=${trim}" >> $GITHUB_ENV - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: true ref: ${{ github.event.ref }} @@ -423,7 +423,7 @@ jobs: # runs-on: ubuntu-latest # steps: # - name: Checkout - # uses: actions/checkout@v3 + # uses: actions/checkout@v4 # with: # ref: ${{ github.event.ref }} @@ -464,7 +464,7 @@ jobs: # runs-on: ubuntu-latest # steps: # - name: Checkout - # uses: actions/checkout@v3 + # uses: actions/checkout@v4 # with: # ref: ${{ github.event.ref }} @@ -505,7 +505,7 @@ jobs: # runs-on: ubuntu-latest # steps: # - name: Checkout - # uses: actions/checkout@v3 + # uses: actions/checkout@v4 # with: # submodules: true # ref: ${{ github.event.ref }} @@ -621,7 +621,7 @@ jobs: echo "VERSION=${trim}" >> $GITHUB_ENV - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.event.ref }} @@ -648,7 +648,7 @@ jobs: - name: Checkout if: steps.semver_parser.outputs.prerelease == '' - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: turbot/homebrew-tap token: ${{ secrets.GH_ACCESS_TOKEN }} @@ -687,7 +687,7 @@ jobs: echo "VERSION=${trim}" >> $GITHUB_ENV - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.event.inputs.version }} @@ -745,7 +745,7 @@ jobs: - name: Checkout if: steps.semver_parser.outputs.prerelease == '' - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: turbot/homebrew-tap token: ${{ secrets.GH_ACCESS_TOKEN }} @@ -785,7 +785,7 @@ jobs: - name: Checkout if: steps.semver_parser.outputs.prerelease == '' - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: turbot/homebrew-tap token: ${{ secrets.GH_ACCESS_TOKEN }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c64561fcc..85291e07f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Unshallow run: git fetch @@ -130,7 +130,7 @@ jobs: runs-on: ${{ matrix.platform }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: true