diff --git a/.changelog/77.txt b/.changelog/77.txt new file mode 100644 index 0000000..abe9f21 --- /dev/null +++ b/.changelog/77.txt @@ -0,0 +1,3 @@ +```release-note:dependency +deps: bumps actions/checkout, crazy-max/ghaction-github-labeler from to +``` diff --git a/.github/workflows/doc-lint.yml b/.github/workflows/doc-lint.yml index 3c3f6d0..f07596d 100644 --- a/.github/workflows/doc-lint.yml +++ b/.github/workflows/doc-lint.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 # Runs actions-markdownlint - uses: articulate/actions-markdownlint@v1 diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 7be0dc4..4d54113 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -27,10 +27,10 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Run Labeler - uses: crazy-max/ghaction-github-labeler@v5 + uses: crazy-max/ghaction-github-labeler@v6 with: github-token: ${{ secrets.GITHUB_TOKEN }} yaml-file: .github/labels.yml