diff --git a/.github/workflows/hello-secrets-and-vars.yml b/.github/workflows/hello-secrets-and-vars.yml index ecbfb77..c3e066f 100644 --- a/.github/workflows/hello-secrets-and-vars.yml +++ b/.github/workflows/hello-secrets-and-vars.yml @@ -27,7 +27,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 # Runs a set of commands using the runner's shell - name: check environment diff --git a/.github/workflows/hello-variables.yml b/.github/workflows/hello-variables.yml index a8c7a4d..b9f1551 100644 --- a/.github/workflows/hello-variables.yml +++ b/.github/workflows/hello-variables.yml @@ -27,7 +27,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 # Runs a set of commands using the runner's shell - name: check environment diff --git a/.github/workflows/hello-world.yml b/.github/workflows/hello-world.yml index 41331e2..6c23d62 100644 --- a/.github/workflows/hello-world.yml +++ b/.github/workflows/hello-world.yml @@ -23,7 +23,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 # Runs a single command using the runner's shell - name: Run a one-line script