From 34f21002ff42beb652af161635384f128f5b9ee5 Mon Sep 17 00:00:00 2001 From: Edgaraszs Date: Tue, 20 Feb 2024 21:59:13 +0200 Subject: [PATCH] fix: bump versions --- .github/workflows/release.yml | 2 +- .github/workflows/shellcheck.yml | 2 +- .gitignore | 2 ++ README.md | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 .gitignore diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2b8ab0d..81f95fa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3.0.1 + uses: actions/checkout@v4 - name: Produce release body id: git_log uses: beatlabs/release-changelog-action@v0.0.2 diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index 354ab17..7d454dd 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -11,5 +11,5 @@ jobs: shellcheck: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.0.1 + - uses: actions/checkout@v4 - uses: bewuethr/shellcheck-action@v2 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c8eb8d5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# Misc +.idea/ \ No newline at end of file diff --git a/README.md b/README.md index 36a951d..2cbc3b7 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Run delete-old-branches-action uses: beatlabs/delete-old-branches-action@v0.0.10 with: