aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOrestis Floros <orestisflo@gmail.com>2023-09-05 12:41:05 +0200
committerGitHub <noreply@github.com>2023-09-05 12:41:05 +0200
commita2cd37cf531af77e4e01fabcc1a90a98a853a7a9 (patch)
tree737efb03fd5450f975bc849d78dcbc5b059028fe
parentc6befec0fd7217fd56524f7cea3917d9469f0db1 (diff)
downloadi3-orestisfl-patch-1.tar.gz
i3-orestisfl-patch-1.zip
Update to actions/checkout@v4orestisfl-patch-1
Update to [actions/checkout@v4](https://github.com/actions/checkout/releases/tag/v4.0.0) According to https://github.com/actions/checkout/issues/1448 it might fix the issue we are encountering. Even if it doesn't, no apparent harm from using the latest version.
-rw-r--r--.github/workflows/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 7e9cbecd..d711f0f5 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -23,7 +23,7 @@ jobs:
BALTO_TOKEN: ${{ secrets.BALTO_TOKEN }}
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- run: git fetch --prune --unshallow
- name: construct container name
run: |
@@ -79,7 +79,7 @@ jobs:
name: Check formatting
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: check & print release notes
run: ./release-notes/generator.pl
- name: Install dependencies