diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a0fafc1c08..7713100cfa 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Initialize CodeQL uses: github/codeql-action/init@v2 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7c1fffa068..b72d7a46eb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -53,7 +53,7 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Node.js environment uses: actions/setup-node@v3 @@ -95,7 +95,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Perl environment & start starman uses: ./.github/workflows/Install TEX & Perl @@ -120,7 +120,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Perl environment & start starman uses: ./.github/workflows/Install TEX & Perl @@ -177,7 +177,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Perl environment uses: ./.github/workflows/Install TEX & Perl @@ -226,7 +226,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Pre-run installation steps run: | @@ -381,7 +381,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Pre-run installation steps run: | @@ -537,7 +537,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Check if merge must trigger id: pr_trigger