From 6a043fcb86a7e6205e9de2d4aa0a27423b556b70 Mon Sep 17 00:00:00 2001 From: oliver Date: Wed, 8 Jan 2025 12:10:48 +0000 Subject: [PATCH] Update .github/workflows/ubuntu_action_test.yml --- .github/workflows/ubuntu_action_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ubuntu_action_test.yml b/.github/workflows/ubuntu_action_test.yml index 126d95a..ea9adf2 100644 --- a/.github/workflows/ubuntu_action_test.yml +++ b/.github/workflows/ubuntu_action_test.yml @@ -18,7 +18,7 @@ jobs: ubuntu-full: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v4 - run: date > reports/ubuntu_report_full.txt - uses: https://w9r.dev/w9r.dev/action-git-commit-push@main with: @@ -36,5 +36,5 @@ jobs: ubuntu-nochanges: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v4 - uses: GuillaumeFalourd/git-commit-push@main