From 9458ba075f9232f5165e3bbecfb0a85f08abc070 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 26 May 2024 00:45:54 +0000 Subject: [PATCH] Update GitHub Action Versions --- .github/workflows/check-updates.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-updates.yml b/.github/workflows/check-updates.yml index ebc8d42..70b6365 100644 --- a/.github/workflows/check-updates.yml +++ b/.github/workflows/check-updates.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.6 with: token: ${{ secrets.WORKFLOW_SECRET }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 09e99f9..a49b776 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.6 - name: setup dotnet uses: actions/setup-dotnet@v4.0.0