From bf426e1b33cb9240a9831dfc87f95c85e668f57c Mon Sep 17 00:00:00 2001 From: Tom Pughe <147526382+TomPughe@users.noreply.github.com> Date: Tue, 18 Jun 2024 11:37:07 +0100 Subject: [PATCH] Update hello.yml use latest version of actions --- .github/workflows/hello.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hello.yml b/.github/workflows/hello.yml index 9f2d135..b4c188d 100755 --- a/.github/workflows/hello.yml +++ b/.github/workflows/hello.yml @@ -8,8 +8,8 @@ jobs: runs-on: ubuntu-latest steps: - name: Step one - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup Python environment - uses: actions/setup-python@v1.1.1 + uses: actions/setup-python@v5 - name: Step two run: python hello.py