diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d91881c..b85e80f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: PROJECT_ALIAS: dotnet-combine steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Inject slug/short variables uses: rlespinasse/github-slug-action@v3.x diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 06e7b50..94c4e4a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: Release +name: Release on: workflow_dispatch: @@ -39,7 +39,7 @@ jobs: PROJECT_ALIAS: dotnet-combine steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Configure git user run: |