diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9ff36f..6add53e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 - name: Build version suffix (main) if: github.event_name == 'push' diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index 2b42122..0965d30 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 - name: Get project version id: project diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 73d968d..34e6476 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 - name: Initialize CodeQL uses: github/codeql-action/init@v3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c42e78d..d44b30d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: shell: bash - name: Check out repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 - name: Set up .NET uses: xt0rted/setup-dotnet@v1.5.0