diff --git a/.github/workflows/dev-depoly.yml b/.github/workflows/dev-depoly.yml index 222bb386..7cec9df2 100644 --- a/.github/workflows/dev-depoly.yml +++ b/.github/workflows/dev-depoly.yml @@ -6,8 +6,8 @@ on: types: [completed] permissions: - id-token: write # This is required for requesting the JWT - contents: read # This is required for actions/checkout + id-token: write # This is required for requesting the JWT + contents: read # This is required for actions/checkout jobs: deploy: @@ -15,7 +15,7 @@ jobs: if: ${{ github.event.workflow_run.conclusion == 'success' }} steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Checkout Docker configs run: | @@ -45,4 +45,3 @@ jobs: - name: Run Deploy run: ./deploy.sh -