aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOrestis Floros <orestisflo@gmail.com>2022-10-24 21:01:23 +0200
committerGitHub <noreply@github.com>2022-10-24 21:01:23 +0200
commitde3fc07123d2253805d49aab852968348c574afd (patch)
treecd798d8af503bfbc959fc992e4805f3e5d06ce9c
parentb18b80ca403ad9d4ffc29c246692cc69f17d9cd8 (diff)
downloadi3-de3fc07123d2253805d49aab852968348c574afd.tar.gz
i3-de3fc07123d2253805d49aab852968348c574afd.zip
Update actions/checkout to v3 (#5226)
Fixes #5225
-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 79e2a146..40b7b24f 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@v2
+ - uses: actions/checkout@v3
- run: git fetch --prune --unshallow
- name: construct container name
run: |
@@ -90,7 +90,7 @@ jobs:
name: Check formatting
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: check & print release notes
run: ./release-notes/generator.pl
- name: Install dependencies