From afcf34e0a3fb12034b76cfcc2757de95e18a3ec9 Mon Sep 17 00:00:00 2001 From: John Matthews Date: Wed, 31 Jan 2024 12:32:40 -0500 Subject: [PATCH] Bump github actions check to address deprecated warning --- .github/workflows/trunk-check-annotations.yml | 2 +- .github/workflows/trunk-check.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/trunk-check-annotations.yml b/.github/workflows/trunk-check-annotations.yml index 024fc32d..61ef5801 100644 --- a/.github/workflows/trunk-check-annotations.yml +++ b/.github/workflows/trunk-check-annotations.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@main - name: Trunk Check uses: trunk-io/trunk-action@v1 diff --git a/.github/workflows/trunk-check.yml b/.github/workflows/trunk-check.yml index 75947ca3..d5f627cd 100644 --- a/.github/workflows/trunk-check.yml +++ b/.github/workflows/trunk-check.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@main - name: Trunk Check uses: trunk-io/trunk-action@v1