diff --git a/.github/workflows/auto-generated.yml b/.github/workflows/auto-generated.yml index 764af52..a40c1de 100644 --- a/.github/workflows/auto-generated.yml +++ b/.github/workflows/auto-generated.yml @@ -27,7 +27,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - name: 📦 Checkout Repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Runs a single command using the runners shell - name: 📓 Create Readmes diff --git a/.github/workflows/dotnet-test.yml b/.github/workflows/dotnet-test.yml index e5facb1..c9e83ab 100644 --- a/.github/workflows/dotnet-test.yml +++ b/.github/workflows/dotnet-test.yml @@ -23,7 +23,7 @@ jobs: steps: - name: 📦 Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: 🛠️ Setup .NET uses: actions/setup-dotnet@v5 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6fc3b20..557db65 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,7 +20,7 @@ jobs: tag_name: ${{ steps.tag.outputs.tag_name }} steps: - name: 📦 Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: main @@ -60,7 +60,7 @@ jobs: url: https://www.nuget.org/packages/DaanV2.UUID.Net/ steps: - name: 📦 Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: main diff --git a/.github/workflows/release-page.yml b/.github/workflows/release-page.yml index 02a1cf0..a9e2980 100644 --- a/.github/workflows/release-page.yml +++ b/.github/workflows/release-page.yml @@ -12,7 +12,7 @@ jobs: steps: - name: 📦 Checkout Repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: 📑 Release Page uses: ncipollo/release-action@v1