From 330da0ff07be4a68c96ab02ad0c03c87070614a3 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Tue, 11 Jul 2023 07:40:25 +0200 Subject: ci: bump actions to latest --- .github/workflows/lint.yml | 2 +- .github/workflows/update-lockfile.yml | 2 +- .github/workflows/update-readme.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9f380e1c5..121526c60 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Lint with stylua - uses: JohnnyMorganz/stylua-action@v2 + uses: JohnnyMorganz/stylua-action@v3 with: token: ${{ secrets.GITHUB_TOKEN }} version: latest diff --git a/.github/workflows/update-lockfile.yml b/.github/workflows/update-lockfile.yml index 5a29d32b7..a1b910e3b 100644 --- a/.github/workflows/update-lockfile.yml +++ b/.github/workflows/update-lockfile.yml @@ -48,7 +48,7 @@ jobs: git clean -xf - name: Create Pull Request - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v5 with: title: "Update lockfile.json: ${{ env.UPDATED_PARSERS }}" branch: update-lockfile-pr diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 8867da0fc..c8673a6a0 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -33,7 +33,7 @@ jobs: git clean -xf - name: Create Pull Request - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v5 with: commit-message: Update README title: Update README -- cgit v1.2.3-70-g09d2