Skip to content

Commit

Permalink
Move actions/checkout forward to latest version (#144)
Browse files Browse the repository at this point in the history
Good practice to move forward to the latest version available.
  • Loading branch information
jofegan authored Feb 19, 2025
1 parent 0578457 commit a41e0f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# python-opsramp GitHub Actions file
#
# (c) Copyright 2022-2024 Hewlett Packard Enterprise Development LP
# (c) Copyright 2022-2025 Hewlett Packard Enterprise Development LP
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.2
with:
fetch-depth: 0

Expand Down

0 comments on commit a41e0f4

Please sign in to comment.