diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2023-09-19 19:55:15 +0200 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2023-10-22 15:43:01 +0200 |
commit | bb4f099cf0c87ff0dc9b4689e2aaf5c377e5b13b (patch) | |
tree | a3ff7f0a761f6f78cb096d4c5b024576efe09578 /.github | |
parent | c179ff8421d5c996af6eed0018a5c703b75be74f (diff) | |
download | wee-slack-bb4f099cf0c87ff0dc9b4689e2aaf5c377e5b13b.tar.gz |
Upgrade dependencies used in GitHub Actions workflow
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/wee-slack.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/wee-slack.yml b/.github/workflows/wee-slack.yml index 7d8025a..f0df4a0 100644 --- a/.github/workflows/wee-slack.yml +++ b/.github/workflows/wee-slack.yml @@ -15,8 +15,8 @@ jobs: python-version: [3.7, 3.8, 3.9] steps: - - uses: actions/checkout@v2 - - uses: actions/setup-python@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} |