diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index daccfd6e..2ba7904e 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - run: | cp .env.example .env diff --git a/.github/workflows/cd-production.yml b/.github/workflows/cd-production.yml index 8764cf0d..7bd0c70d 100644 --- a/.github/workflows/cd-production.yml +++ b/.github/workflows/cd-production.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout the repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v4 # More information on this action can be found below in the 'AWS Credentials' section diff --git a/.github/workflows/cd-staging.yml b/.github/workflows/cd-staging.yml index 898b464c..8ec570c3 100644 --- a/.github/workflows/cd-staging.yml +++ b/.github/workflows/cd-staging.yml @@ -18,7 +18,7 @@ jobs: steps: - name: checkout the repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v4 # More information on this action can be found below in the 'AWS Credentials' section diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index b617c59e..a3810608 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -26,7 +26,7 @@ jobs: redis-version: [6] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5