diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4b10ce7..8ded354 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: # Checkout codes - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Install the .NET Core workload - name: Setup .NET diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6ce7c7a..a2614ad 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,7 +23,7 @@ jobs: # Checkout codes - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Install the .NET Core workload - name: Setup .NET