Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hurl-bot committed Apr 29, 2024
1 parent dfef693 commit a6fe7d5
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/accept-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
echo "base_ref=$(jq -rc .base.ref ${pr_detail_file})" | tee -a "${GITHUB_OUTPUT}"
- name: Checkout repository
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
with:
ref: ${{ env.BASE_REF }}
token: ${{ secrets.HURL_BOT_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-close-inactive-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
- name: Auto close inactive PR
run: .github/workflows/bin/auto-close-inactive-pr.sh --github-project-path "${REPO}" --github-token "${GITHUB_TOKEN}" --max-days-of-inactivity 15

2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:

- name: Checkout repository
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
with:
ref: ${{ inputs.branch }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
rust: [stable]
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4

- name: Environment
run: bin/environment.sh
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/extra-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
with:
fetch-depth: 1
ref: ${{ github.event.inputs.set-release-version }}
Expand All @@ -54,7 +54,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
with:
fetch-depth: 1
ref: ${{ github.event.inputs.set-release-version }}
Expand All @@ -71,7 +71,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
with:
fetch-depth: 1
ref: ${{ github.event.inputs.set-release-version }}
Expand All @@ -88,12 +88,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
with:
fetch-depth: 1
ref: ${{ github.event.inputs.set-release-version }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v3.0.0
- name: Create package
uses: addnab/docker-run-action@v3
with:
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
bin/release/sha256sum.sh --write target/upload/hurl-$VERSION-aarch64-unknown-linux-gnu.tar.gz
echo "::endgroup::"
- name: Archive production artifacts
uses: actions/upload-artifact@v4.3.1
uses: actions/upload-artifact@v4.3.3
with:
name: release-generic-linux-aarch64-artifacts
path: target/upload/*
22 changes: 11 additions & 11 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
with:
ref: ${{ inputs.branch }}
- name: Install Python 3.10
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
with:
ref: ${{ inputs.branch }}
- name: Retrieve release-generic-linux-x64-artifacts
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
with:
ref: ${{ inputs.branch }}
- name: Retrieve release-generic-linux-x64-artifacts
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
with:
ref: ${{ inputs.branch }}
- name: Retrieve release-generic-linux-x64-artifacts
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
with:
ref: ${{ inputs.branch }}
- name: Retrieve release-generic-linux-x64-artifacts
Expand Down Expand Up @@ -264,7 +264,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
with:
ref: ${{ inputs.branch }}
- name: Set up Docker Buildx
Expand Down Expand Up @@ -335,7 +335,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
with:
ref: ${{ inputs.branch }}
- name: Install Python 3.10
Expand Down Expand Up @@ -386,7 +386,7 @@ jobs:
runs-on: macos-13
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
with:
ref: ${{ inputs.branch }}
- name: Install Prerequisites
Expand Down Expand Up @@ -435,7 +435,7 @@ jobs:
runs-on: macos-14
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
with:
ref: ${{ inputs.branch }}
- name: Install Prerequisites
Expand Down Expand Up @@ -490,7 +490,7 @@ jobs:
git config --global core.autocrlf false
git config --global core.eol lf
- name: Checkout repository
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
with:
ref: ${{ inputs.branch }}
- name: Manage vcpkg cache
Expand Down Expand Up @@ -544,7 +544,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
with:
ref: ${{ inputs.branch }}
- uses: actions/download-artifact@v4.1.7
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4

- name: Check release pull request existence
id: check-release-pull-request-existence
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
steps:
- name: Checkout repository
if: github.ref_name == 'master'
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4

- name: Create release branch
if: github.ref_name == 'master'
Expand All @@ -185,7 +185,7 @@ jobs:
fi
- name: Checkout new release branch
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
with:
ref: ${{ needs.set-context.outputs.release_branch }}

Expand Down Expand Up @@ -291,7 +291,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout new release branch
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
with:
ref: ${{ needs.set-context.outputs.release_branch }}

Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
with:
ref: ${{ inputs.branch }}
- name: Install Prerequisites
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
rust: [stable]
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
with:
ref: ${{ inputs.branch }}
- name: Install Python 3.10
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
rust: [stable]
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
with:
ref: ${{ inputs.branch }}
- name: Install Python 3.10
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
with:
ref: ${{ inputs.branch }}
- name: Build, Test units and Integration tests
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
with:
ref: ${{ inputs.branch }}
- name: Build, Test units and Integration tests
Expand Down Expand Up @@ -236,7 +236,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
with:
ref: ${{ inputs.branch }}
- name: Build, Test units and Integration tests
Expand Down Expand Up @@ -286,7 +286,7 @@ jobs:
rust: [stable]
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
with:
ref: ${{ inputs.branch }}
- name: Install Prerequisites
Expand Down Expand Up @@ -334,7 +334,7 @@ jobs:
rust: [stable]
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
with:
ref: ${{ inputs.branch }}
- name: Install Prerequisites
Expand Down Expand Up @@ -388,7 +388,7 @@ jobs:
git config --global core.autocrlf false
git config --global core.eol lf
- name: Checkout repository
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
with:
ref: ${{ inputs.branch }}
- name: Manage vcpkg cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
with:
ref: master
token: ${{ secrets.HURL_BOT_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-branch-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
with:
ref: ${{ inputs.branch }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
with:
ref: master

Expand Down

0 comments on commit a6fe7d5

Please sign in to comment.