diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ce9504d..1b58426 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout source - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Initialize submodules run: git submodule update --init --recursive diff --git a/.github/workflows/codacy.yml b/.github/workflows/codacy.yml index e7927cb..675c1a2 100644 --- a/.github/workflows/codacy.yml +++ b/.github/workflows/codacy.yml @@ -36,7 +36,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Initialize submodules run: git submodule update --init --recursive diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 9b2c12d..7010171 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: submodules: recursive diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ae27d33..8ef363c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Initialize submodules run: git submodule update --init --recursive diff --git a/.github/workflows/snyk-security.yml b/.github/workflows/snyk-security.yml index 4678f9e..378253e 100644 --- a/.github/workflows/snyk-security.yml +++ b/.github/workflows/snyk-security.yml @@ -38,7 +38,7 @@ jobs: # This is where you will need to introduce the Snyk API token created with your Snyk account SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Initialize submodules run: git submodule update --init --recursive