aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/deploy.yml
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2025-11-24 20:48:02 +0100
committerGitHub <noreply@github.com>2025-11-24 20:48:02 +0100
commit03a836d52193b578246de714ffcd98648ab47bd0 (patch)
tree12b4f8f3751870d3c6fc6eae9018c6275d4ba662 /.github/workflows/deploy.yml
parente2ed64b75e0e199f6c62db7747b2730d5dbcb1c2 (diff)
parentf38aa2f52916ef374ce11c42b84d83de394ba3d7 (diff)
Merge pull request #278 from AttorneyOnline/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
Diffstat (limited to '.github/workflows/deploy.yml')
-rw-r--r--.github/workflows/deploy.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 81be114..47af407 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
- name: Setup Node
uses: actions/setup-node@v6
with: