diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index c0fbf3a2..236f29c8 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a5dc814b..656d34e8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -71,7 +71,7 @@ jobs: environment: ${{ inputs.environment || 'test' }} steps: - name: Git clone the repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get current date id: currentdatetime diff --git a/.github/workflows/manual-dev-deploy.yaml b/.github/workflows/manual-dev-deploy.yaml index f3252b7e..d3c8fefd 100644 --- a/.github/workflows/manual-dev-deploy.yaml +++ b/.github/workflows/manual-dev-deploy.yaml @@ -10,7 +10,7 @@ FLASK_ENV: dev steps: - name: checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v4 with: